Mutations
createApiKey
Creates a new API key for a user or an application. API keys are used to authenticate with the ION API and are required to obtain access tokens for performing operations.
MUTATION
createApiKey(description: String, name: String): CreateAPIKeyArguments
description
String
name
String
Returns
apikey
Mutation
Response