Skip to main content

RateLimitInformation

Representation of rate limit

type RateLimitInformation {
limit: Int!
duration: Int!
}

Fields

limit ● Int!

How many calls can be made during a period

duration ● Int!

How long is a period in seconds

Example

{}