diff options
Diffstat (limited to 'graphql/resolvers.go')
-rw-r--r-- | graphql/resolvers.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/graphql/resolvers.go b/graphql/resolvers.go deleted file mode 100644 index ef20d0f2..00000000 --- a/graphql/resolvers.go +++ /dev/null @@ -1,7 +0,0 @@ -package graphql - -import "github.com/graphql-go/graphql" - -func resolveBug(p graphql.ResolveParams) (interface{}, error) { - return "world", nil -} |