diff options
Diffstat (limited to 'graphql/resolvers/errors.go')
-rw-r--r-- | graphql/resolvers/errors.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/graphql/resolvers/errors.go b/graphql/resolvers/errors.go deleted file mode 100644 index 2a8024e0..00000000 --- a/graphql/resolvers/errors.go +++ /dev/null @@ -1,6 +0,0 @@ -package resolvers - -import "errors" - -// ErrNotAuthenticated is returned to the client if the user requests an action requiring authentication, and they are not authenticated. -var ErrNotAuthenticated = errors.New("not authenticated or read-only") |