A key observation on Absinthe/GraphQL that had not been made clear elsewhere, you can only have one root query and one root mutation. Everything else happens inside that.
Absinthe will not merge multiple queries or mutations.
Random outpourings of a software developer
A key observation on Absinthe/GraphQL that had not been made clear elsewhere, you can only have one root query and one root mutation. Everything else happens inside that.
Absinthe will not merge multiple queries or mutations.