#930262 ITP: node-apollo-link -- Flexible, lightweight transport layer for GraphQL

Package:
wnpp
Source:
wnpp
Submitter:
Pirate Praveen
Date:
2025-11-29 16:44:27 UTC
Severity:
wishlist
Blocked By:
Bug Title
930265

  1

ITP: node-rollup-plugin-invariant -- Rollup plugin to strip invariant(condition, message) strings in production

wishlist stable testing unstable 9 months ago

#930262#5
Date:
2019-06-09 13:36:18 UTC
From:
To:
* 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.