INPUT_OBJECT

CreateProductPartInput

Autogenerated input type of CreateProductPart

link GraphQL Schema definition

  • input CreateProductPartInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The quantity of the product contained
  • numberOfCopies: Int
  • # The ID of the product contained
  • containedId: Int!
  • # The ID of the container product
  • containerId: Int!
  • # The sequence number
  • sequenceNumber: Int
  • }

link Require by