Closed
Description
This would allow chaining the result of a query into the input of a mutation, and therefore atomic operations (from the point of view of the client).
A query containing a variable assignment would be considered a pseudo-mutation and would therefore run serially with the other mutation(s).
It may be useful to be able to retrieve the value of variables from a pseudo-schema-object in the result of a mutation.
Related to #88