Skip to content

Commit d6c9c0a

Browse files
authored
Update README.md
1 parent c126735 commit d6c9c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ h := handler.New(&handler.Config{
3636
Playground: true,
3737
})
3838
```
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.
3941

4042
### Details
4143

0 commit comments

Comments
 (0)