CreateApiUserInput
No description
input CreateApiUserInput {
active: Boolean
key: String!
purpose: String!
stationId: UUID!
}
Fields
CreateApiUserInput.active
● Boolean
scalar references
CreateApiUserInput.key
● String!
non-null scalar references
CreateApiUserInput.purpose
● String!
non-null scalar references
CreateApiUserInput.stationId
● UUID!
non-null scalar references
Member Of
createApiUser
mutation