* Package name : node-apollo-link Version : 1.2.11 Upstream Author : Evans Hauser <evanshauser@gmail.com> * URL : https://github.com/apollographql/apollo-link#readme * License : Expat Programming Lang: JavaScript Description : Flexible, lightweight transport layer for GraphQL This library is a 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. . The high level use cases of `apollo-link` are highlighted below: * fetch queries directly without normalized cache * network interface for Apollo Client * network interface for Relay Modern * fetcher for GraphiQL . The apollo link interface is designed to make links composable and easy to share, each with a single purpose. In addition to the core, this package contains links for the most common fetch methods—http, local schema, websocket—and common control flow manipulations, such as retrying and polling. . Node.js is an event-based server-side JavaScript engine. This package is a dependency of gitlab. Since it uses rollup and typescript to generate code, it is not suitable for embedding.