apollo-link
JSON →Apollo Link is the standard interface for modifying control flow of GraphQL requests and fetching GraphQL results, designed to provide a simple GraphQL client that is capable of extensions. Version 1.2.14 is stable with no active development; consider using @apollo/client (v3+) which includes links natively. Differentiators: composable chain of middleware, Observable-based, supports subscriptions.
Resources
packageapollo-link ↗