wp-graphql / wpgraphql-ide

A next-gen query editor for WPGraphQL πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 link "GraphQL IDE" will appear to the right of the original link.

Screenshot 2023-11-22 at 12 45 16 PM

GraphiQL IDE has intentionally been updated to read "GraphQL IDE", which feels more inline with the colloquial reference to the editor when inside of WordPress, and simply "WPGraphQL IDE" when not in a WordPress context.

Development

  1. Install project dependencies.

    npm install
  2. Compile JavaScript assets.

    npm run build

Builds are only required for JS updates as the plugin's CSS is directly enqueued.

About

A next-gen query editor for WPGraphQL πŸš€


Languages

Language:JavaScript 86.4%Language:PHP 8.6%Language:CSS 5.0%