rocketraman
02/16/2022, 5:06 PMasync calls but can't create them in my own scope, because the async calls are lazy and will only resolve if the graphql server actually requests the fields that require the async data. Using GlobalScope works, but breaks structured concurrency.Joe
02/16/2022, 5:13 PMrocketraman
02/16/2022, 5:57 PM