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
Hi! Just wanted to know the feasibility of adding declaration typescript files (since the project is solely built on javascript) This would be a great addition for pure Typescript projects.
Thanks,
The text was updated successfully, but these errors were encountered:
I know this is a zero-dependency package but here's my typescript definition file for the configuration object based on the documentation @types/apollo-cache-updater.d.ts
This is working in my React project successfully, but it can be easily modified to work with yours.
I guess for this project we could "steal" the type definitions for ApolloCache and DocumentNode and keep it a zero-dependency package. It would be interesting to check whether all Apollo clients have these same type definitions, though.
I'm more than happy to contribute to this if needed, not a typescript expert but a huge fan :)
Hi! Just wanted to know the feasibility of adding declaration typescript files (since the project is solely built on javascript) This would be a great addition for pure Typescript projects.
Thanks,
The text was updated successfully, but these errors were encountered: