INPUT_OBJECT
Autogenerated input type of RankedResultUpsertMutation
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 brandbrandId: Int# Integer ID for the taxontaxonId: Int# Integer IDs for the adverts (in order)advertIds: [Int!]!}