INPUT_OBJECT

ExportCreateInput

Autogenerated input type of ExportCreate

link GraphQL Schema definition

  • input ExportCreateInput {
  • query: String!
  • variables: Json
  • # This field can be used when response of a field is Types::Json and want to
  • # export as CSV
  • #
  • # eg: ['product', 'groupedOrganizationsScanEventsCount'] specify query response
  • # data path
  • dataPath: [String!]
  • # Use this field to override csv headers
  • headers: [String!]
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by