We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301a871 commit f267c30Copy full SHA for f267c30
README.md
@@ -129,7 +129,7 @@ const { generateSchema } = require('purescript-graphql-client')
129
generateSchema({
130
dir: './src/generated', // Where you want the generated code to go
131
modulePath: ['Generated', 'Gql'], // The name of the generated module
132
- url: 'http://localhost:4892/graphql' // Your graphql enppdint
+ url: 'http://localhost:4892/graphql', // Your GraphQL endpoint
133
})
134
```
135
0 commit comments