Skip to content

Commit

Permalink
export UserInputError from express and hapi integrations (#1206) (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarencenpy authored and evans committed Jun 20, 2018
1 parent 9af856c commit 70a0fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/apollo-server-express/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {
ValidationError,
AuthenticationError,
ForbiddenError,
UserInputError,
} from 'apollo-server-core';

// ApolloServer integration
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-server-hapi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {
ValidationError,
AuthenticationError,
ForbiddenError,
UserInputError,
} from 'apollo-server-core';

// ApolloServer integration
Expand Down

0 comments on commit 70a0fad

Please sign in to comment.