KGraphQL icon indicating copy to clipboard operation
KGraphQL copied to clipboard

Resolvers on user types?

Open alamothe opened this issue 7 years ago • 2 comments

Interesting approach!

I can't find in the examples: does KGraphQL support resolvers on user types? (not just query and mutation)

alamothe avatar Apr 10 '18 06:04 alamothe

Thanks! Unfortunately, KGraphQL does not support other base objects than Query and Mutation. I'm wondering, what's the use case for these?

pgutkowski avatar Apr 16 '18 18:04 pgutkowski

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?

alamothe avatar Apr 19 '18 04:04 alamothe