Maintenance 38/100307d since update
Active installs
700
Downloads
4,099
Reviews
0
Age
0.8y
TagsheadlessGraphQLdecoupleddevtools
Plugin info
Total downloads: 4,099
Active installs: 700
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 2/27/2025 (307 days ago)
Added to WordPress: 2/27/2025 (0 years old)
Minimum WordPress version: 5.7
Tested up to WordPress version: 6.5.7
Minimum PHP version: 7.4
Maintenance & Compatibility
Maintenance score
Stale • Last updated 307 days ago
38/100
Is WPGraphQL IDE abandoned?
Likely maintained (last update 307 days ago).
Compatibility
Requires WordPress: 5.7
Tested up to: 6.5.7
Requires PHP: 7.4
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
G Debugger
Rating 5.0/5 (1 reviews) • Active installs 0
CodingBunny CSS Inspector
Rating 0.0/5 (0 reviews) • Active installs 0
Description
GraphQL IDE for WPGraphQL
Installation
No installation instructions available
Frequently Asked Questions
The non-compressed source code for the JavaScript and CSS files is available in the following directories:
- Scripts: src/ directory
- Styles: styles/ directory
You can view or download the source code directly from the GitHub repository.
The WPGraphQL IDE plugin includes several important dependencies. You can learn more about these libraries at the following links:
- GraphQL.js: https://github.com/graphql/graphql-js
- GraphiQL: https://github.com/graphql/graphiql
- Vaul: https://github.com/emilkowalski/vaul
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
4.0.3
Patch Changes
- fd9d099: chore: set workflow environment
4.0.2
Patch Changes
- a2b5fbd: – chore: Bump supported WordPress version
4.0.1
Patch Changes
-
477a555: ### Added
- Introduced
wp_localize_escaped_data()function for recursively escaping data before localizing it in WordPress. This ensures safe output of strings, URLs, integers, and nested arrays when passing data to JavaScript, using native WordPress functions likewp_kses_post()andesc_url().
Improved
- Enhanced security by ensuring all localized data is properly sanitized before being passed to
wp_localize_script(), preventing potential XSS vulnerabilities and ensuring safe use of dynamic data in JavaScript.
- Introduced
-
4da3973: – chore: Bump the npm_and_yarn group across 1 directory with 7 updates