···224224 expect(true).toBeFalsy();
225225 } catch (e: any) {
226226 expect(e.message).toMatchInlineSnapshot(
227227- `"Expected operation of type \\"query\\" but found \\"mutation\\""`
227227+ `"Expected operation of type "query" but found "mutation""`
228228 );
229229 }
230230 });