Skip to content

Commit

Permalink
feat: export auth errors from index (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns authored Aug 6, 2021
1 parent 048e8d7 commit e7e41b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/graphql/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ export {
CypherRuntime,
CypherUpdateStrategy,
} from "./types";
export { Neo4jGraphQL, Neo4jGraphQLConstructor } from "./classes";
export {
Neo4jGraphQL,
Neo4jGraphQLConstructor,
Neo4jGraphQLAuthenticationError,
Neo4jGraphQLForbiddenError,
} from "./classes";

0 comments on commit e7e41b9

Please sign in to comment.