sangria-graphql / sangria

Scala GraphQL implementation
https://sangria-graphql.github.io
Apache License 2.0
1.96k stars 223 forks source link

Scaladoc comments in derived objects #297

Open dsilvasc opened 6 years ago

dsilvasc commented 6 years ago

Would it be possible to support scaladoc comments in classes, traits, fields, and methods for derived objects as an alternative to GraphQLDescription annotations?

OlegIlyenko commented 6 years ago

No, I afraid it would not be possible since reflection/macro API does not expose scaladoc information.