Create API Key mutation.
createApiKey
createApiKey(input: CreateApiKeyInput!): CreateApiKeyPayload!
mutation CreateAPIKey($input: CreateApiKeyInput!) { createApiKey(input: $input) { id name createdAt keyPrefix expiresAt key } }
{ "input": { "name": "" } }