You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 useTypedQueryuseTypedMutation 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.
The text was updated successfully, but these errors were encountered:
junwen-k
changed the title
CLI - Add deprecation note for Apollo
CLI - Add deprecation note for Apollo plugin and recommends typedDocumentNode instead
Aug 31, 2023
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:
#272
#360
The text was updated successfully, but these errors were encountered: