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