wp-graphql / wpgraphql-ide

A next-gen query editor for WPGraphQL 🚀
GNU General Public License v3.0
11 stars 0 forks source link

document editor store #118

Open josephfusco opened 6 months ago

josephfusco commented 6 months ago

The goal here is to have a Redux store registered that maintains the state of the document editor and handles user user actions.

Acceptance Criteria

Possible Public State

Related