Add support for <inheritdoc> cref
kuglitsd opened this issue · 1 comments
kuglitsd commented
Product
Hot Chocolate
Version
14.0.0
Link to minimal reproduction
https://github.com/kuglitsd/HotChocolateInheritdoc
Steps to reproduce
Run the project.
Inheritdoc only seems to be working for Implementations of Interface Methods. Everything else does NOT seem to work
What is expected?
The tag should correctly inherit and display the documentation comments from the specified members, classes, or interfaces in the schema
What is actually happening?
Only the comment inherited from the IQuery interface implementation seems to work.
Relevant log output
No response
Additional context
No response
glen-84 commented
It's not inconsistent (it's working for the TestInterface
method because that method exists on the interface that Query
implements), Hot Chocolate simply does not yet support cref
.
I've changed the title and type of this issue accordingly.