Skip to main content
QUERY
githubApiCalls(limit: Int, offset: Int, apiType: GitHubApiType, requestSource: GitHubRequestSource, source: GitHubCallSource): GitHubApiCallPage!

Arguments

limit
Int
default:50

Maximum number of records to return. Defaults to 50.

offset
Int
default:0

Number of matching records to skip. Defaults to 0.

The API type used to filter or perform the operation. Omit it to leave this dimension unfiltered.

requestSource

The request source used to filter or perform the operation. Omit it to leave this dimension unfiltered.

The source used to filter or perform the operation. Omit it to leave this dimension unfiltered.

items

Items associated with this GitHub API call page.

total
Int!

The total associated with this GitHub API call page.

limit
Int!

The limit associated with this GitHub API call page.

offset
Int!

The offset associated with this GitHub API call page.

Query
Response