UpdateCodeInput
No description
input UpdateCodeInput {
id: ID!
enabled: Boolean
}
Fields
UpdateCodeInput.id
● ID!
non-null scalar
The Code ID
UpdateCodeInput.enabled
● Boolean
scalar
Whether the code is enabled or not
Member Of
updateCode
mutation