INPUT_OBJECT

RankedResultUpsertMutationInput

Autogenerated input type of RankedResultUpsertMutation

link GraphQL Schema definition

  • input RankedResultUpsertMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the existing ranked result. Set blank to create a new one.
  • id: ID
  • # Integer ID for the brand
  • brandId: Int
  • # Integer ID for the taxon
  • taxonId: Int
  • # Integer IDs for the adverts (in order)
  • advertIds: [Int!]!
  • }