Skip to content

Commit 7a23422

Browse files
authored
docs: latest GraphQLSP needs no config (#9825)
1 parent 7718a81 commit 7a23422

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

website/src/pages/docs/guides/react-vue.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,7 @@ after installing the package (`npm i -D @0no-co/graphqlsp`):
498498
"plugins": [
499499
{
500500
"name": "@0no-co/graphqlsp",
501-
"schema": "./schema.graphql",
502-
"disableTypegen": true,
503-
"templateIsCallExpression": true,
504-
"template": "graphql"
501+
"schema": "./schema.graphql"
505502
}
506503
]
507504
}

0 commit comments

Comments
 (0)