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).
As discussed on Slack,
Absinthe.Phoenix.Controllershould 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.runshould support the „special syntax“ and follow@action(mode: INTERNAL).