OBJECT

APIKeyResponse

link GraphQL Schema definition

  • type APIKeyResponse {
  • id: Float!
  • # A Base64 Encoding of the key to be used together with ID as token
  • key: String!
  • }

link Require by