OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Create a CommentSold product
- #
- # Arguments
- # input: [Not documented]
- (: ProductInput!): Product!
- # Update a CommentSold product
- #
- # Arguments
- # input: [Not documented]
- (: ProductInput!): Product!
- # Create a Variant attached to an existing product
- #
- # Arguments
- # input: [Not documented]
- (: CreateVariantInput!): Variant!
- # Update an existing Variant
- #
- # Arguments
- # input: [Not documented]
- (: UpdateVariantInput!): Variant!
- # Update the quantity - either absolute or relative - of an existing Variant
- #
- # Arguments
- # input: [Not documented]
- (: UpdateVariantQuantityInput!): Variant!
- }
link Require by
This element is not required by anyone