Open stuebingerb opened 1 month ago
Forks with commits ahead of aPureBase/KGraphQL:
https://github.com/tpasipanodya/kgraphql
Unlike aPureBase's original implementation, this fork allows you to propagate select Coroutine context elements across all Coroutines. An example use-case for this is propagating ThreadLocalContextElement that are required for use in data fetching operations.
No test cases unfortunately.
There are also 3 branches in aPureBase GraphQL that might contain useful work in progress (haven't checked in detail yet): https://github.com/aPureBase/KGraphQL/branches/all
Check if any of the forks has implemented new functionality that should be taken over.