Skip to main content

UpdateApiKeyPayload

Autogenerated return type of UpdateApiKey.

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

Fields

UpdateApiKeyPayload.apiKey ● ApiKey! non-null object

UpdateApiKeyPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateApiKeyPayload.token ● String! non-null scalar

Raw token. Shown only once.

Returned By

updateApiKey mutation