GraphQL INPUT_OBJECT

CreateProductFileInput

The input for the create product file mutation.

link Definition

  • input CreateProductFileInput {
  • # The file name of the product file.
  • fileName: String!
  • # The client ID of the product file.
  • clientId: Long!
  • }

link Required by