leoloso / pop-graphiql
Integrate the GraphiQL client on the PoP API Demo site
Installs: 263
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Language:JavaScript
Type:graphiql-client
README
Integrate the GraphiQL client on the PoP API Demo site
Install
Via Composer
$ composer require leoloso/pop-graphiql
In order to copy the GraphiQL under a specific path, install package Composer Installers Extender:
$ composer require oomphinc/composer-installers-extender
Then, add package type "graphiql-client"
in section "extra.installer-types"
, and the custom path to the package in section "extra.installer-paths"
. For instance, this configuration will add the GraphiQL client under URL /graphiql/
:
{ ... "extra": { "installer-types": ["graphiql-client"], "installer-paths": { "graphiql/": [ "leoloso/pop-graphiql" ] } } }
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email leo@getpop.org instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.