WP GraphiQL archived
GraphiQL IDE in the WP-Admin. Works with the WPGraphQL plugin. https://github.com/wp-graphql/wp-graphql
by WPGraphQL, Digital First Media, Jason Bahl · github.com/wp-graphql/wp-graphiql · website
★ 286stars
37kcomposer installs
35forks
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/wp-graphql/wp-graphiql/archive/refs/heads/master.zipAlso on Packagist as wp-graphql/wp-graphiql:
composer require wp-graphql/wp-graphiqlFrom the readme
DEPRECATED
This project is deprecated as GraphiQL is now built-in to WPGraphQL.
WPGraphiQL: GraphiQL IDE in the WP-Admin
This plugin brings the power of the GraphiQL IDE to the WP-Admin.
Activate this plugin – with WPGraphQL (https://github.com/wp-graphql/wp-graphql) also active – and you will be able to browse your WPGraphQL schema straight from the WP-Admin.
Authentication works with your current session, so if you have proper permissions, you can run Mutations and Query
for data that might be restricted to current users.
Read the full README on GitHub →