ExportInput
The required fields to request an input.
input ExportInput {
format: ExportFileExtension!
name: String!
supplierId: ID!
}
Fields
ExportInput.format ● ExportFileExtension! non-null enum
ExportInput.name ● String! non-null scalar
The name of the export, something to remember it by. Must be only Letters (Capital or Lowercase) and Numbers. No spaces or special characters. Maximum 36 characters.
ExportInput.supplierId ● ID! non-null scalar
Member of
exportSupplierProducts mutation