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