graphql 2023-02-12

Is it possible to get the parent args from a field resolver?

Afraid not; could parent field resolver put useful into into the context for consumption by child resolvers?

Yeah- that's the solution for now. Thanks

What signaling solution are you using in order to push data in subscriptions with Lacinia?