graphql

orestis 2020-01-24T13:43:44.014500Z

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?

orestis 2020-01-24T13:44:19.015200Z

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