Skip to main content

Code

No description

type Code {
id: ID!
type: CodeTypes!
enabled: Boolean
pointOfSaleId: ID
}

Fields

Code.id ● ID! non-null scalar

The Code's ID

Code.type ● CodeTypes! non-null enum

The type of the code

Code.enabled ● Boolean scalar

Whether the code is enabled or not

Code.pointOfSaleId ● ID scalar

The ID of the Point of Sale this code will be associated to

Returned By

code query ● codes query ● registerCode mutation ● updateCode mutation