Skip to content

Commit

Permalink
Deprecate refreshAllIndices (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Urook authored May 2, 2022
1 parent 637c1f2 commit 7c8a992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Query {
listTree(repoId: String!): [String]!
listRepos: [Repository!]!
refreshIndex(repoId: String!): Boolean
refreshAllIndices: Boolean
refreshAllIndices: Boolean @deprecated(reason: "Use refreshMultipleIndices instead to avoid refreshing repos that are not currently used by the client")
refreshMultipleIndices(repoIds: [String!]!): Boolean
repository(repoId: String!): Repository!
getCommitIdForFile(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorook",
"version": "1.8.36",
"version": "1.8.37",
"description": "Rookout's site addon to support local files and folders",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 7c8a992

Please sign in to comment.