OBJECT

ApiKey

A created API Key

link GraphQL Schema definition

  • type ApiKey {
  • # The datetime the API Key was created
  • created_at: String!
  • # Pagination cursor
  • cursor: Cursor!
  • # Upon the initial creation of the key, this field displays the actual key to be
  • # used to authenticate.
  • displayable_key: String
  • # Unique identifier of the key
  • id: ID!
  • # A user-chosen name for the API key.
  • name: String
  • }