OBJECT
A created API Key
type ApiKey {# The datetime the API Key was createdcreated_at: String! # 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 keyid: ID! # A user-chosen name for the API key.name: String }