graphql-spqr
graphql-spqr copied to clipboard
Field description for types not in control
Hi, Is there a way to add field description for types defined in an upstream API? Spring framework types for example.
Thanks.
Hi, sorry for the slow response.
Yes, this is doable via customizing the ResolverBuilder
(s) (for descriptions on output fields) and InputFieldBuilder
(s) (for descriptions on input fields).
I can't add examples just now, but will later today.