apollo-link-http : HTTP transport layer for GraphQL. You can installing apollo-link-http 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-http $ sudo npm install -g apollo-link-http
If want to update the apollo-link-http package execute the command as below,
$ sudo npm update apollo-link-http
Update package globally,
$ npm install -g apollo-link-http
$ sudo git clone https://github.com/rektide/apollo-link-http.git
$ sudo npm install -g ./apollo-link-http
apollo-link-http@1.2.0 /usr/lib/node_modules/apollo-link-http
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall apollo-link-http
Package Name | apollo-link-http |
Version | 1.2.0 |
Description | HTTP transport layer for GraphQL |
Released Date | 2017-11-15T15:55:10.556Z |
Published by | jbaxleyiii |
How to Learn | https://www.npmjs.com/package/apollo-link-http/tutorial |