INPUT_OBJECT

AdvertFilterInput

link GraphQL Schema definition

  • input AdvertFilterInput {
  • # Keywords to search for. (Currently Title and Product ID)
  • q: String
  • brandIds: [ID!]
  • # Select variants where the advert has a particular External ID
  • externalId: ExternalIDInput
  • legacyIds: [Int!]
  • status: AdvertStatusEnum
  • taxonIds: [ID!]
  • title: String
  • year: Int
  • }