Skip to content
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

@nexus/schema return wrong error object shape #1392

Open
dohaicuong opened this issue Sep 3, 2020 · 0 comments
Open

@nexus/schema return wrong error object shape #1392

dohaicuong opened this issue Sep 3, 2020 · 0 comments
Labels
type/bug Something is not working the way it should

Comments

@dohaicuong
Copy link

Hi,

The problem is when I'm implement a resolver that throw an error, for example
image

When I'm using nexus framework or any other engine, the response have this shape

{
  data: { login: null },
  errors: [{}]
}

image

But when I using @nexus/schema, I got

{
  data: null,
  errors: [{}]
}

image

@dohaicuong dohaicuong added the type/bug Something is not working the way it should label Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is not working the way it should
Projects
None yet
Development

No branches or pull requests

1 participant