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).
The text was updated successfully, but these errors were encountered:
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?
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)
.The text was updated successfully, but these errors were encountered: