Skip to main content

CreateApiKeyPayload

Autogenerated return type of CreateApiKey.

type CreateApiKeyPayload {
apiKey: ApiKey!
clientMutationId: String
token: String!
}

Fields

CreateApiKeyPayload.apiKey ● ApiKey! non-null object

CreateApiKeyPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateApiKeyPayload.token ● String! non-null scalar

Raw token. Shown only once.

Returned By

createApiKey mutation