aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/schema.go
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/schema.go')
-rw-r--r--graphql/schema.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/schema.go b/graphql/schema.go
index f8fb9768..e929fb44 100644
--- a/graphql/schema.go
+++ b/graphql/schema.go
@@ -2,7 +2,7 @@ package graphql
import "github.com/graphql-go/graphql"
-func graphqlSchema() (graphql.Schema, error) {
+func newGraphqlSchema() (graphql.Schema, error) {
rootQuery := graphql.ObjectConfig{
Name: "RootQuery",