apollo-link

JSON →
library 1.2.14 ·javascript deprecated
verified Jun 7, 2026
api

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.