INPUT_OBJECT
Autogenerated input type of CreateProductPart
input CreateProductPartInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The quantity of the product containednumberOfCopies: Int# The ID of the product containedcontainedId: Int!# The ID of the container productcontainerId: Int!# The sequence numbersequenceNumber: Int}