Fork me on GitHub
#graphql
<
2020-01-24
>
orestis13:01:44

So when you have a query like this:

query Init {
  configuration {
    logo
  }
  viewer {
    id
    email
  }
}
is there a way to get the Init name from the parsed query?

orestis13:01:19

The lacinia parser doesn't seem to return that, only the nested configuration, viewer "operations"