graphql-spqr
graphql-spqr copied to clipboard
Make a public OperationMapper#createResolver overload to help with creating custom field resolvers
OperationMapper#createResolver
is currently private, but also not exactly convenient to use, as it requires creating an Operation
to represent the underlying Java class members. It would be useful to expose a more convenient overload that could be called by various end-user extensions (e.g. custom TypeMapper
s etc) to create custom resolvers.
The idea originally came from: https://github.com/leangen/graphql-spqr/issues/491
Hi, @kaqqao May I handle this issue? I am able to open PR within 2 weeks.
Hi! Yes, sure! Would be appreciated. I am curious to hear your use-case for this though (if you have it).
Great 👍 I will leave the comments after contemplating this issue.