Query
Variables
Response
Queries
cacheEntryMatch
Returns a cache entry match, or null when it cannot be found.
QUERY
cacheEntryMatch(primaryKey: String!, restoreKeys: [String!], scopes: [String!]!, repoId: String!, version: String!): CacheEntryMatchArguments
primaryKey
String!
required
The primary key used to filter or perform the operation.
restoreKeys
[String!]
Restore keys used to filter or perform the operation. Omit it to leave this dimension unfiltered.
scopes
[String!]!
required
Scopes used to filter or perform the operation.
repoId
String!
required
Identifier of the repo.
version
String!
required
The version used to filter or perform the operation.
Returns
match
The match associated with this cache entry match.
type
Category of this cache entry match.
Query
Variables
Response