wp-graphql / wpgraphql-ide

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

feat: refactor Query Composer as 3rd Party Plugin #158

Closed josephfusco closed 3 months ago

josephfusco commented 3 months ago

This refactors the "Query Composer" to be a 3rd party plugin, making use of Redux state to get the query and schema and write back to the query and schema while also utilizing the registerActivityBarPanel API

jasonbahl commented 3 months ago

closing as changes have been included in #165