AddAuthTokenInput
No description
input AddAuthTokenInput {
name: String!
accountUuid: String!
scope: TokenScope
}
Fields
AddAuthTokenInput.name ● String! non-null scalar
The name of the Auth Token
AddAuthTokenInput.accountUuid ● String! non-null scalar
The account UUID of the Auth Token
AddAuthTokenInput.scope ● TokenScope enum
The scope of the Auth Token
Member Of
createAuthToken mutation