githubApiCalls
Returns a GitHub API call page.
githubApiCalls(limit: Int, offset: Int, apiType: GitHubApiType, requestSource: GitHubRequestSource, source: GitHubCallSource): GitHubApiCallPage!Arguments
Maximum number of records to return. Defaults to 50.
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.
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.
Returns
Items associated with this GitHub API call page.
The total associated with this GitHub API call page.
The limit associated with this GitHub API call page.
The offset associated with this GitHub API call page.