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

Current recommendation for ordered results in GraphQL response #969

Closed
calebmer opened this issue Sep 11, 2020 · 1 comment
Closed

Current recommendation for ordered results in GraphQL response #969

calebmer opened this issue Sep 11, 2020 · 1 comment

Comments

@calebmer
Copy link

Absinthe orders GraphQL responses alphabetically, I’d like to order responses in query order (at least in dev) to improve readability. It looks like there’s a lot of conversation on this topic:

Is the current recommendation to use the code from absinthe-graphql/absinthe_tutorial#1 in new projects? Have any of the updates mentioned there been made? Is there a more up-to-date recommendation?

@binaryseed
Copy link
Contributor

We don't have a more up to date example, but would still recommend using the general approach of replacing Absinthe.Phase.Document.Result phase.

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

2 participants