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
Remove apollo-client/gql shim in favor of graphql-tag package
Remove special publish script in favor of normal npm publish
Remove any legacy exports and functions that we can find
Consider changing argument format to write*ToStore, read*FromStore and diff*AgainstStore to avoid repeating those in every file that uses them, by factoring out an object that contains all of the common properties.
The text was updated successfully, but these errors were encountered:
apollo-client/gql
shim in favor ofgraphql-tag
packagewrite*ToStore
,read*FromStore
anddiff*AgainstStore
to avoid repeating those in every file that uses them, by factoring out an object that contains all of the common properties.The text was updated successfully, but these errors were encountered: