graphql-request : ?? Minimal GraphQL client supporting Node and browsers for scripts or simple apps. You can installing graphql-request 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 graphql-request $ sudo npm install -g graphql-request
If want to update the graphql-request package execute the command as below,
$ sudo npm update graphql-request
Update package globally,
$ npm install -g graphql-request
$ sudo git clone https://github.com/rektide/graphql-request.git
$ sudo npm install -g ./graphql-request
graphql-request@1.4.0 /usr/lib/node_modules/graphql-request
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall graphql-request
Package Name | graphql-request |
Version | 1.4.0 |
Description | ?? Minimal GraphQL client supporting Node and browsers for scripts or simple apps |
Released Date | 2017-10-04T16:37:36.969Z |
Published by | schickling |
How to Learn | https://www.npmjs.com/package/graphql-request/tutorial |