graphiql : An graphical interactive in-browser GraphQL IDE.. You can installing graphiql 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 graphiql $ sudo npm install -g graphiql
If want to update the graphiql package execute the command as below,
$ sudo npm update graphiql
Update package globally,
$ npm install -g graphiql
$ sudo git clone https://github.com/rektide/graphiql.git
$ sudo npm install -g ./graphiql
graphiql@0.11.10 /usr/lib/node_modules/graphiql
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall graphiql
Package Name | graphiql |
Version | 0.11.10 |
Description | An graphical interactive in-browser GraphQL IDE. |
Released Date | 2017-10-28T00:02:57.798Z |
Published by | leebyron |
How to Learn | https://www.npmjs.com/package/graphiql/tutorial |