What is supported
Queries, mutations, subscriptions, fragments, variables and directives, plus schema definition language (types, inputs, enums, interfaces, unions). The formatter is Prettier’s GraphQL printer.
Tip: to read a query captured from browser DevTools, copy the query field from the request JSON, then unescape it first if it is full of \n.