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

No Documentation of originalData/originalError #28

Open
machineghost opened this issue Dec 17, 2017 · 0 comments
Open

No Documentation of originalData/originalError #28

machineghost opened this issue Dec 17, 2017 · 0 comments

Comments

@machineghost
Copy link

There is no documentation about originalData or originalError (I had to read the source to find them), which makes it seem like Lokka completely swallows all error details (including any returned data) except the name of the very first error. In fact, I'm pretty sure this issue: #19 is complaining about exactly that.

The:

  • data returned with an error
  • all of the errors beyond the first
  • all of the error information from the first error besides its name

are all relevant/legitimate parts of the GraphQL standard, and any GraphQL library should expose, not swallow them. Lokka does exactly that, but without any documentation it appears to users that it doesn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant