Skip to content

Commit

Permalink
docs: latest GraphQLSP needs no config (#9825)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 23, 2024
1 parent 7718a81 commit 7a23422
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/src/pages/docs/guides/react-vue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,7 @@ after installing the package (`npm i -D @0no-co/graphqlsp`):
"plugins": [
{
"name": "@0no-co/graphqlsp",
"schema": "./schema.graphql",
"disableTypegen": true,
"templateIsCallExpression": true,
"template": "graphql"
"schema": "./schema.graphql"
}
]
}
Expand Down

0 comments on commit 7a23422

Please sign in to comment.