KGraphQL
KGraphQL copied to clipboard
Resolvers on user types?
Interesting approach!
I can't find in the examples: does KGraphQL support resolvers on user types? (not just query and mutation)
Thanks! Unfortunately, KGraphQL does not support other base objects than Query and Mutation. I'm wondering, what's the use case for these?
Let's say in the Star Wars example, friends association needs pagination.
Or, we want to return friends only if the query asked for it (to avoid overfetching)
Is this doable with KGraphQL?