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