OBJECT
OrderTemplateMutation
Mutations that act on Order Templates.
link GraphQL Schema definition
- type OrderTemplateMutation {
- # Creates an order template.
- #
- # Arguments
- # order_template: The data to use for the order template creation
- OrderTemplateCreate!): SuccessResult ( :
- # Soft deletes an order template.
- #
- # Arguments
- # id: The ID of the order template to delete.
- Int!): SuccessResult ( :
- # Updates an order template.
- #
- # Arguments
- # order_template: The data to use for the order template update
- OrderTemplateUpdate!): SuccessResult ( :
- }