Skip to content

Commit d261269

Browse files
committed
fix(tsconfig): update GraphQL schema URL to v2
1 parent e3d1dc8 commit d261269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"name": "@0no-co/graphqlsp",
21-
"schema": "https://staging-api.hypercerts.org/v1/graphql",
21+
"schema": "https://staging-api.hypercerts.org/v2/graphql",
2222
"tadaOutputLocation": "./graphql-hypercerts-env.d.ts"
2323
}
2424
],

0 commit comments

Comments
 (0)