INPUT_OBJECT

AdvertSpreadsheetUploadMutationInput

Autogenerated input type of AdvertSpreadsheetUploadMutation

link GraphQL Schema definition

  • input AdvertSpreadsheetUploadMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • spreadsheet: FileInput!
  • deleteOthers: Boolean
  • # ID of the seller. May be omitted if using a seller api key, but is required
  • # otherwise
  • sellerId: ID
  • preview: Boolean
  • }