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.
1 parent c126735 commit d6c9c0aCopy full SHA for d6c9c0a
README.md
@@ -36,6 +36,8 @@ h := handler.New(&handler.Config{
36
Playground: true,
37
})
38
```
39
+The default url path is same with the path passed in `http.Handle("/graphql", h)` method for `GraphiQL` and `Playground` configurations.
40
+If both of `GraphiQL` and `Playground` configurations are `true`, GraphiQL will be used.
41
42
### Details
43
0 commit comments