aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/handler.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-19 17:58:45 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-19 17:58:45 +0200
commitd7313068fbb95829175fe108352b7b1e99e6fe9d (patch)
tree64a85eec7983ade7f087040b599fa54908900486 /graphql/handler.go
parent9f04fc2f7b31aeefa8281aff0d1d40a698f4b627 (diff)
downloadgit-bug-d7313068fbb95829175fe108352b7b1e99e6fe9d.tar.gz
small cleaning
Diffstat (limited to 'graphql/handler.go')
-rw-r--r--graphql/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/handler.go b/graphql/handler.go
index 4843fff9..7dbb7a0f 100644
--- a/graphql/handler.go
+++ b/graphql/handler.go
@@ -3,7 +3,7 @@ package graphql
import "github.com/graphql-go/handler"
func NewHandler() (*handler.Handler, error) {
- schema, err := graphqlSchema()
+ schema, err := newGraphqlSchema()
if err != nil {
return nil, err