AssignSpecialOrderTemplateInput
Autogenerated input type of AssignSpecialOrderTemplate
input AssignSpecialOrderTemplateInput {
clientMutationId: String
orderId: ID!
templateId: ID!
}
Fields
AssignSpecialOrderTemplateInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
AssignSpecialOrderTemplateInput.orderId
● ID!
non-null scalar
AssignSpecialOrderTemplateInput.templateId
● ID!
non-null scalar
Member Of
ordersAssignSpecialTemplate
mutation