INPUT_OBJECT

UpdateProductPartInput

Autogenerated input type of UpdateProductPart

link GraphQL Schema definition

  • input UpdateProductPartInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Consonance unique identifier
  • id: Int!
  • # 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