INPUT_OBJECT

RefundRequestSpreadsheetDownloadMutationInput

Autogenerated input type of RefundRequestSpreadsheetDownloadMutation

link GraphQL Schema definition

  • input RefundRequestSpreadsheetDownloadMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the seller. If omitted will return all refund requests
  • sellerId: ID
  • format: SpreadsheetEnum
  • filters: RefundRequestFilters
  • }