Github API - Test Config

query rateLimit

The client's rate limit information.

Arguments
dryRun Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

If true, calculate the cost for the query without evaluating it

Returns
RateLimit

RateLimit [object]

Represents the client's rate limit.

Attributes
cost Int

The point cost for the current query counting against the rate limit.

limit Int

The maximum number of points the client is permitted to consume in a 60 minute window.

nodeCount Int

The maximum number of nodes this query may return

remaining Int

The number of points remaining in the current rate limit window.

resetAt DateTime

The time at which the current rate limit window resets in UTC epoch seconds.

used Int

The number of points used in the current rate limit window.

API:
Github GraphQL API
API:
Github GraphQL API