Am struggling to access the query that's passed from the playground ,
Basically want to use that to build a sql query backend.
e.g.:
query {
resource {
id
name
}
}
I want the exact payload accessible at resolver
Am struggling to access the query that's passed from the playground ,
Basically want to use that to build a sql query backend.
e.g.:
query {
resource {
id
name
}
}
I want the exact payload accessible at resolver