OBJECT

ApiKey

link GraphQL Schema definition

type ApiKey implements Node {

id: ID!

The token to be used when authenticating.
token: String!

}