ApiClientToken
object
Represents an instance of an API token.
Fields
id
ID!
non-null
API client id.
name
String!
non-null
Identifiable name for the API client.
description
String
A more detailed description of what the API client could be used for.
expiresOn
DateTime!
non-null
Token expiration time.
Interfaces
ApiClient