AppToken
Represents token data.
type AppToken implements Node {
name: String!
authToken: String!
id: ID!
}
Fields
AppToken.name ● String! non-null scalar
Name of the authenticated token.
AppToken.authToken ● String! non-null scalar
Last 4 characters of the token.
AppToken.id ● ID! non-null scalar
The ID of the object
Interfaces
Node interface
An object with an ID
Member Of
App object ● AppTokenCreate object ● AppTokenDelete object