You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).