DeleteCompositionLinesInput
Autogenerated input type of DeleteCompositionLines
input DeleteCompositionLinesInput {
clientMutationId: String
compositionLineIds: [ID!]!
productId: ID!
}
Fields
DeleteCompositionLinesInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
DeleteCompositionLinesInput.compositionLineIds ● [ID!]! non-null scalar common
The IDs of the composition lines to delete.
DeleteCompositionLinesInput.productId ● ID! non-null scalar common
The composed product to remove composition lines from.
Member Of
productDeleteCompositionLines mutation