We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52e6de4 + ee9cbc9 commit 07e3dd4Copy full SHA for 07e3dd4
README.md
@@ -22,7 +22,7 @@ func main() {
22
schema := graphql.NewSchema(...)
23
24
h := handler.New(&handler.Config{
25
- Schema: schema,
+ Schema: &schema,
26
Pretty: true,
27
})
28
0 commit comments