In Lacinia, if the query includes both mutations and queries, in which order are they run?
I think the spec has something to say about this.
Right, yeah, the spec says that you can't mix different kinds of operations
Hmm, no, I misread
Okay, now I get it. You can have multiple operations in one document, but then you must provide (out-of-band, i suppose?) the name of the operation you want to execute.
I thought it specified ordering. Query then mutations. Queries must be transactional. Mutations are not.