Mutation
Response
Mutations
deleteCacheEntries
Deletes cache entries and reports whether the operation succeeded.
MUTATION
deleteCacheEntries(key: String, version: String, scope: String, repoId: String): Boolean!Arguments
key
String
The key used to filter or perform the operation.
version
String
The version used to filter or perform the operation.
scope
String
The scope used to filter or perform the operation.
repoId
String
Identifier of the repo.
Returns
Boolean!
Mutation
Response