CreateApiKeyPayload
No description
type CreateApiKeyPayload {
apiKey: ApiKey
query: Query
}
Fields
CreateApiKeyPayload.apiKey ● ApiKey object
The newly created API key. The plaintext key value is exposed in
key exactly once on this response. The stored row keeps only the
key's last few characters, so the full value can never be read back.
CreateApiKeyPayload.query ● Query object
Returned By
createApiKey mutation