INPUT_OBJECT
ExportCreateInput
Autogenerated input type of ExportCreate
link GraphQL Schema definition
- input ExportCreateInput {
- : String!
- : 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
- : [String!]
- # Use this field to override csv headers
- : [String!]
- # A unique identifier for the client performing the mutation.
- : String
- }