leoloso / graphiql-block-wp-plugin
Wordpress plugin which installs a block for adding a GraphiQL client, to query the GraphQL server
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:wordpress-plugin
Requires
- php: ~7.1
- composer/installers: ~1.0
- leoloso/graphiql-wp-block: dev-master
This package is auto-updated.
Last update: 2024-11-05 20:44:21 UTC
README
Wordpress plugin which installs a block for adding a GraphiQL client, to query the GraphQL server
Usage
Include in your project through Composer:
$ composer require leoloso/graphiql-block-wp-plugin dev-master
Note: Your composer.json
file must have the configuration below to accept minimum stability "dev"
(there are no releases for PoP yet, and the code is installed directly from the master
branch):
{ ... "minimum-stability": "dev", "prefer-stable": true, ... }
Then, initialize by running:
(new \Leoloso\GraphiQLBlockWPPlugin\Plugin())->init();
Credits
License
The MIT License (MIT). Please see License File for more information.