Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 657f497

Browse files
authored
Update graphql (#707)
1 parent a26ad12 commit 657f497

3 files changed

Lines changed: 212 additions & 314 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"generate": "yarn -s && yarn run ts-node -P tsconfig.json ./scripts/generate.ts",
2323
"publish": "yarn run ts-node -P tsconfig.json ./scripts/publish.ts",
2424
"config-types": "./node_modules/.bin/dot-json template/package.json contributes.configuration | ./node_modules/.bin/json2ts --unreachableDefinitions --style.singleQuote --no-style.semi -o ./template/src/search/settings.ts && yarn prettier",
25-
"update-graphql-schema": "curl -s https://raw.githubusercontent.com/sourcegraph/sourcegraph/bf541a3299ca7c59fa875850c7f2332bd084a8b7/cmd/frontend/graphqlbackend/schema.graphql > ./schema/schema.graphql && curl -s https://raw.githubusercontent.com/sourcegraph/sourcegraph/c7ac06c34b04106566bb89107aa968104ad2f028/cmd/frontend/graphqlbackend/codeintel.graphql >> ./schema/schema.graphql",
25+
"update-graphql-schema": "curl -s https://raw.githubusercontent.com/sourcegraph/sourcegraph/2fd95a0dbda697c544a9b9e369d56b0bd3067025/cmd/frontend/graphqlbackend/schema.graphql > ./schema/schema.graphql && curl -s https://raw.githubusercontent.com/sourcegraph/sourcegraph/2fd95a0dbda697c544a9b9e369d56b0bd3067025/cmd/frontend/graphqlbackend/codeintel.graphql >> ./schema/schema.graphql",
2626
"validate-graphql": "yarn run tsgql validate -p ./template/tsconfig.json"
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)