KeyInformation
Representation of an api key
type KeyInformation {
authorized: Boolean!
rateLimit: RateLimitInformation!
complexity: Int!
}
Fields
authorized ● Boolean!
Is the the authorized
rateLimit ● RateLimitInformation!
Rate limit of the api key
complexity ● Int!
Query complexity of the api key
Example
{
"rateLimit": {}
}