From d6c9c0a08928fa06cde1f39d94ff0d242a5aca77 Mon Sep 17 00:00:00 2001 From: official_dulin Date: Sun, 9 Aug 2020 15:28:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a090090..c04b057 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ h := handler.New(&handler.Config{ Playground: true, }) ``` +The default url path is same with the path passed in `http.Handle("/graphql", h)` method for `GraphiQL` and `Playground` configurations. +If both of `GraphiQL` and `Playground` configurations are `true`, GraphiQL will be used. ### Details