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

Respect GraphQL spec fully #2

Open
MichaelJCompton opened this issue Feb 22, 2019 · 0 comments
Open

Respect GraphQL spec fully #2

MichaelJCompton opened this issue Feb 22, 2019 · 0 comments

Comments

@MichaelJCompton
Copy link
Owner

E.G. if a query has no errors, it'll return

{
  "data": {...},
  "errors": []
}

but the spec says it shouldn't have the errors at all.

Also need to remove nulls in data and bubble them up as per spec.

Plus other compliance aspects.

@MichaelJCompton MichaelJCompton mentioned this issue Feb 22, 2019
6 tasks
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