apollographql / apollo-tooling

✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
https://apollographql.com
MIT License
3.04k stars 467 forks source link

feat(apollo-codegen-typescript): Support scalar JSDoc annotations #2545

Open nalchevanidze opened 2 years ago

nalchevanidze commented 2 years ago

fixes #2544

TODO:

*Make sure changelog entries note which project(s) has been affected. See older entries for examples on what this looks like.

apollo-cla commented 2 years ago

@nalchevanidze: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/

nalchevanidze commented 2 years ago

There are some cases and tests that need to be covered, and that will be addressed. But the question is if you like the idea too? We can also implement a more general approach with a plugin interface where I could put this code in the plugin and combine it with the base implementation?