Skip to content

Wordpress plugin which installs a block for adding a GraphiQL client, to query the GraphQL server

License

Notifications You must be signed in to change notification settings

leoloso/graphiql-block-wp-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphiQL block WordPress plugin

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.

About

Wordpress plugin which installs a block for adding a GraphiQL client, to query the GraphQL server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages