Original title: First class tag support for graphql mutations
Would love to be able to just get the result of a graphql mutation in the same manner as a graphql query, without having to check and filter perform actions.
If that isn't viable due to platform/API restrictions, then how about the ability to wrap a custom user event around a mutation, and then being able to just listen for the custom event to get the mutation result?