-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UserInputError Not Working With Apollo Server Express 2.0 #1206
Comments
Ah sorry! We haven't done another release yet, so the docs are a bit ahead. For the rc.0, you can use |
I tried the BadUserInput also and it didn’t work. I guess for now I’ll
just use the ApolloError. Thanks
On Wed, Jun 20, 2018 at 2:14 PM Evans Hauser ***@***.***> wrote:
Ah sorry! We haven't done another release yet, so the docs are a bit
ahead. For the rc.0, you can use BadUserInputError. Once we've released,
then UserInputError will work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1206 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMj1noiTjq0qy6xZ3m9z5SxqZH_52bpAks5t-pDwgaJpZM4Uvtzo>
.
--
Sincerely,
Christopher Thronebury
Interactive Media Designer
www.242Studios.com
chris@242studios.com
242.376.9835
|
clarencenpy
added a commit
that referenced
this issue
Jun 20, 2018
evans
pushed a commit
that referenced
this issue
Jun 20, 2018
The fix is released in RC.1. Please upgrade when you get a chance |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using the 2.0 RC version of Apollo Server Express.
Whenever I try to use the "UserInputError", I get the following message:
It seems that the UserInputError isn't exported from the version of the package that I'm using.
The text was updated successfully, but these errors were encountered: