CreateApiKeyOutput
No description
type CreateApiKeyOutput {
apiKey: ApiKey
apiKeySecret: String
error: MutationError
}
Fields
CreateApiKeyOutput.apiKey
● ApiKey
object
CreateApiKeyOutput.apiKeySecret
● String
scalar
CreateApiKeyOutput.error
● MutationError
object
Returned by
createApiKey
mutation