Skip to content

deleteApiKeyPayload

Autogenerated return type of deleteApiKey.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of deleteApiKey.
"""
type deleteApiKeyPayload {
api_key: ApiKey
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}