AddCompositionLinesInput
Autogenerated input type of AddCompositionLines
input AddCompositionLinesInput {
clientMutationId: String
compositionLines: [CompositionLineInput!]!
productId: ID!
}
Fields
AddCompositionLinesInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
AddCompositionLinesInput.compositionLines
● [CompositionLineInput!]!
non-null input
Composition lines that will be added as components of the composed product.
AddCompositionLinesInput.productId
● ID!
non-null scalar
The composed product that will be constructed by all these components.
Member Of
productAddCompositionLines
mutation