apollosolutions / federation-subscription-tools

A set of demonstration utilities to facilitate GraphQL subscription usage alongside a federated data graph
MIT License
106 stars 34 forks source link

404 error when installing the types `@types/federation-subscription-tools` #18

Closed hazem-alabiad closed 2 years ago

hazem-alabiad commented 2 years ago

When I tried to install the types for this package using this command ya -D @types/federation-subscription-tools

I got this error error An unexpected error occurred: "https://registry.yarnpkg.com/@types%2ffederation-subscription-tools: Not found". A

Any suggestions?

burn2delete commented 2 years ago

TypeScript has been added with the latest Apollo Server 3 update.

You do not need to install any additional packages to use typescript.