graphql : A Query Language and Runtime which can target any service.. You can installing graphql 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 $ sudo npm install -g graphql
If want to update the graphql package execute the command as below,
$ sudo npm update graphql
Update package globally,
$ npm install -g graphql
$ sudo git clone https://github.com/rektide/graphql.git
$ sudo npm install -g ./graphql
graphql@0.11.7 /usr/lib/node_modules/graphql
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall graphql
Package Name | graphql |
Version | 0.11.7 |
Description | A Query Language and Runtime which can target any service. |
Released Date | 2017-10-03T18:21:59.430Z |
Published by | leebyron |
How to Learn | https://www.npmjs.com/package/graphql/tutorial |