RegisterCodeInput
No description
input RegisterCodeInput {
codeId: ID
pointOfSaleId: ID
}
Fields
RegisterCodeInput.codeId ● ID scalar
The ID of the code to register
RegisterCodeInput.pointOfSaleId ● ID scalar
The ID of the Point of Sale this code will be associated to
Member Of
registerCode mutation