Skip to content

wp-graphql/wpgraphql-ide

Repository files navigation

WPGraphQL IDE

A next-gen query editor for WPGraphQL 🚀

wpgraphql-ide-demo.mov

Install

See releases to download, or download from packagist.org via composer.

Usage

When this plugin is active, a new settings tab "IDE Settings" will appear in the WPGraphQL settings screen.

WPGraphQL IDE Settings tab showing the admin bar link behavior and Show legacy editor settings

Breaking Changes Policy

We are committed to maintaining a stable and reliable interface for users of our WordPress plugin. To ensure a seamless experience, we adhere to the following policy regarding breaking changes:

Policy Statement

  1. Access Functions: We will not introduce any intentional breaking changes to access functions specifically created to interface with the plugin. These functions are the primary means for interacting with our plugin and will remain consistent across updates.

  2. Public Redux Stores: We commit to maintaining the public Redux stores using @wordpress/data without any breaking changes. This ensures your integrations with our plugin's state management remain stable and predictable.

  3. Internal Refactoring: Refactoring internal functions and variables not related to the above does not constitute a breaking change. These modifications aim to enhance the plugin's internal structure and performance without impacting the intentionally public API.

  4. Semantic Versioning: If a breaking change is necessary, we will adhere to Semantic Versioning (SemVer). This means any breaking changes will result in an increment of the major version number, clearly signaling the change.

Access Functions Documentation

Please use the designated access functions to interface with our plugin. These functions are designed to provide stable interaction points and are detailed in ACCESS_FUNCTIONS.md.

By following this policy, we aim to build trust and reliability, ensuring that your integrations remain functional and stable with each new release.

Custom Hooks Documentation

See ACTIONS_AND_FILTERS.md.

Contributing

See CONTRIBUTING.md