artemis
artemis copied to clipboard
[QUESTION]Allow GraphQL comments to be included in the Dart Doc comment
Does Artemis allow GraphQL comment to Dart Doc comment(converting # to /// or """ to ///)?It would be great to put comments on a dart generated classes. I don't know what are the use case for this, but knowing what it does definitely help me know its purpose.
Hello @ram231!
This was not in the radar until now, but it seems nice. We just need to check if gql parses it accordingly.
Hey @comigor! Have you checked whether gql is able to to parse comments?
Hey @nickreynke! I have not, but if you're up to, I can help with guidance if you need!