graphql-zeus
graphql-zeus copied to clipboard
CLI - Add deprecation note for Apollo plugin and recommends typedDocumentNode instead
Given that the official documentation now recommends using typedDocumentNode for Apollo integration, I suggest that we add a deprecation note (or message that warn user that uses newer version of Apollo) for Apollo plugin in CLI help message.
This is to avoid confusing new users as someone who uses Apollo would most likely think that Apollo plugin useTypedQuery useTypedMutation would be the better choice.
I understand that maintaining a great open source library is not easy, but I see great potential on this library and unfortunately the documentation / update changelog seems to be a bit lacking at the moment.
References:
https://github.com/graphql-editor/graphql-zeus/issues/272 https://github.com/graphql-editor/graphql-zeus/issues/360