hey friends, I’m hoping for some good advice on ne...
# orm-help
p
hey friends, I’m hoping for some good advice on nested queries. Supposing I have a query
getClientUser( data: clientUserRetrievalArgs): ResponsePayload
where ResponsePayload is defined as ‘{ token, clientUser }’. token is not represented in the data store, clientUser is. Any advice on how to ensure that nested queries of clientUser data from info are correctly passed?