Query
Response
Queries
gitlabCachedEntries
Gitlab cached entries for Query.
QUERY
gitlabCachedEntries(limit: Int, offset: Int): GitLabCacheEntryPage!Arguments
limit
Int
default:50
Limit used by gitlabCachedEntries.
offset
Int
default:0
Offset used by gitlabCachedEntries.
Returns
items
[GitLabCacheEntry!]!
Items for GitLabCacheEntryPage.
total
Int!
Total for GitLabCacheEntryPage.
limit
Int!
Limit for GitLabCacheEntryPage.
offset
Int!
Offset for GitLabCacheEntryPage.
Query
Response