Query
Response
Queries
githubCachedEntries
Returns a GitHub cached entry page.
QUERY
githubCachedEntries(limit: Int, offset: Int): GitHubCachedEntryPage!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.
Returns
items
Items associated with this GitHub cached entry page.
total
Int!
The total associated with this GitHub cached entry page.
limit
Int!
The limit associated with this GitHub cached entry page.
offset
Int!
The offset associated with this GitHub cached entry page.
Query
Response