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 df71746 + e3dcbc4 commit c1c8ee7Copy full SHA for c1c8ee7
README.md
@@ -19,7 +19,7 @@ import (
19
func main() {
20
21
// define GraphQL schema using relay library helpers
22
- schema := graphql.NewSchema(...)
+ schema, _ := graphql.NewSchema(...)
23
24
h := handler.New(&handler.Config{
25
Schema: &schema,
0 commit comments