Error: anonymous operation cannot be selected when the document contains other operations
   ╭─[0002_multiple_anonymous_operations.graphql:1:1]
   │
 1 │ ╭─▶ query {
   ┆ ┆   
 3 │ ├─▶ }
   │ │       
   │ ╰─────── provide a name for this definition
   │     
   │     Help: GraphQL requires operations to be named if the document has more than one
───╯
Error: anonymous operation cannot be selected when the document contains other operations
   ╭─[0002_multiple_anonymous_operations.graphql:5:1]
   │
 5 │ ╭─▶ mutation {
   ┆ ┆   
 9 │ ├─▶ }
   │ │       
   │ ╰─────── provide a name for this definition
   │     
   │     Help: GraphQL requires operations to be named if the document has more than one
───╯

