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?The lacinia parser doesn't seem to return that, only the nested configuration
, viewer
"operations"