INPUT_OBJECT

AdvertSpreadsheetDownloadMutationInput

Autogenerated input type of AdvertSpreadsheetDownloadMutation

link GraphQL Schema definition

  • input AdvertSpreadsheetDownloadMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • sellerId: ID
  • format: SpreadsheetEnum
  • invalidOnly: Boolean
  • # Selected columns to include in the spreadsheet
  • selectedColumns: [String!]
  • filters: AdvertFilters
  • }