RevokeApiKeyPayload
Autogenerated return type of RevokeApiKey.
type RevokeApiKeyPayload {
apiKey: ApiKey!
clientMutationId: String
}
Fields
RevokeApiKeyPayload.apiKey
● ApiKey!
non-null object
RevokeApiKeyPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Returned By
revokeApiKey
mutation