INPUT_OBJECT

createApiKeyInput

Autogenerated input type of createApiKey

link GraphQL Schema definition

  • input createApiKeyInput {
  • # A used-defined name for the API key. Optional
  • name: String
  • # The ID of the user to create an API key for. Required
  • user_id: ID
  • }