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

[Feature Request] Support Query Batching for Absinthe.Phoenix.Controller #47

Open
zimt28 opened this issue Oct 18, 2018 · 1 comment
Open

Comments

@zimt28
Copy link

zimt28 commented Oct 18, 2018

As discussed on Slack, Absinthe.Phoenix.Controller should support query batching. This allows, for example, running both a query and a mutation for one action, which is needed when a mutation fails (as changesets need the original data) or other information should be shown on the page.

Also, Absinthe.run should support the „special syntax“ and follow @action(mode: INTERNAL).

@coladarci
Copy link

I just stumbled upon this - @action(mode: INTERNAL) from an Absinthe.run is exactly what I currently need! Anyone know if this is possible? Or if this feature request is a pipe-dream?

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