UpdateCodeInput
Input for updateCode.
input UpdateCodeInput {
id: ID!
enabled: Boolean
pointOfSaleId: ID
}
Fields
UpdateCodeInput.id ● ID! non-null scalar
Code ID.
UpdateCodeInput.enabled ● Boolean scalar
Whether the code is active.
UpdateCodeInput.pointOfSaleId ● ID scalar
Point of Sale to re-attach the code to.
Member Of
updateCode mutation