apollo-link : Flexible, lightweight transport layer for GraphQL. You can installing apollo-link npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install apollo-link $ sudo npm install -g apollo-link
If want to update the apollo-link package execute the command as below,
$ sudo npm update apollo-link
Update package globally,
$ npm install -g apollo-link
$ sudo git clone https://github.com/rektide/apollo-link.git
$ sudo npm install -g ./apollo-link
apollo-link@1.0.3 /usr/lib/node_modules/apollo-link
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall apollo-link
Package Name | apollo-link |
Version | 1.0.3 |
Description | Flexible, lightweight transport layer for GraphQL |
Released Date | 2017-11-15T15:55:13.392Z |
Published by | jbaxleyiii |
How to Learn | https://www.npmjs.com/package/apollo-link/tutorial |