Query
Response
Queries
cacheEntries
Returns a cache entry page.
QUERY
cacheEntries(key: String, version: String, scope: String, repoId: String, itemsPerPage: Int, page: Int): CacheEntryPage!Arguments
key
String
The key used to filter or perform the operation. Omit it to leave this dimension unfiltered.
version
String
The version used to filter or perform the operation. Omit it to leave this dimension unfiltered.
scope
String
The scope used to filter or perform the operation. Omit it to leave this dimension unfiltered.
repoId
String
Identifier of the repo. Omit it to leave this dimension unfiltered.
itemsPerPage
Int
default:20
Maximum number of records on each page. Defaults to 20.
page
Int
default:1
One-based page number to return. Defaults to 1.
Returns
total
Int!
The total associated with this cache entry page.
items
[CacheEntry!]!
Items associated with this cache entry page.
Query
Response