graphql-spqr icon indicating copy to clipboard operation
graphql-spqr copied to clipboard

Field description for types not in control

Open cmdavinder opened this issue 6 years ago • 1 comments

Hi, Is there a way to add field description for types defined in an upstream API? Spring framework types for example.

Thanks.

cmdavinder avatar Jan 22 '19 21:01 cmdavinder

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.

kaqqao avatar Jan 25 '19 09:01 kaqqao