JSPM

  • Created
  • Published
  • Downloads 1504986
  • Score
    100M100P100Q180153F
  • License MIT

Flexible, lightweight transport layer for GraphQL

Package Exports

  • apollo-link
  • apollo-link/lib/linkUtils

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (apollo-link) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

apollo-link

Purpose

apollo-link 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 targeted 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

Apollo Link is the interface for creating new links in your application.

Installation

npm install apollo-link --save