WP Manifestindependent plugin directory
manifest / developer / graphiql-block-wp-plugin

GraphiQL block

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

by Leonardo Losoviz · github.com/leoloso/graphiql-block-wp-plugin

1stars
1composer installs
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/leoloso/graphiql-block-wp-plugin/archive/refs/heads/master.zip

Also on Packagist as leoloso/graphiql-block-wp-plugin:

composer require leoloso/graphiql-block-wp-plugin

From the readme

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: 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): Then, initialize by running: Credits - [Leonardo Losoviz][link-author] License The MIT License (MIT). Please see License File for more information. [link-author]: https://github.com/leoloso

Read the full README on GitHub →