wp-graphql / wpgraphql-ide

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

Query Composer #5

Closed jasonbahl closed 5 months ago

jasonbahl commented 9 months ago

User Story

End User As a user of the GraphiQL IDE, I would like to be able to click on fields and have the query be "built" / "composed" in the IDE so that I don't have to type the query manually.

Developer As a developer extending the GraphiQL IDE, I would like to be able to provide custom components for Custom Scalar types so that when I introduce custom scalars to the Schema, I can also introduce custom UI components to the Query Composer for interacting with that Scalar.

i.e. - If we add a Datetime Scalar to the Schema, when using the Query Composer I should have a Date Picker instead of a generic text input.

Acceptance Criteria

josephfusco commented 8 months ago

Official GraphiQL plugin to handle this.

https://github.com/graphql/graphiql/tree/main/packages/graphiql-plugin-explorer