Skip to content

@graphiql/plugin-query-builder@1.0.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Aug 16:11
· 0 commits to main since this release
97ade1b

Major Changes

  • #4352 f8a9445 Thanks @trevor-scheer! - Add @graphiql/plugin-query-builder, a first-party visual query builder. It renders the schema's root types as a collapsible tree; checking a field adds it to the current operation and unchecking removes it, with the document parsed, mutated, and reprinted through the graphql package's AST utilities. Fields expose argument inputs (scalars, enums, lists, and input objects, including lists of input objects), scalar arguments can be promoted to variables, named fragments can be extracted from a field's selection and edited in place, and union/interface fields offer inline-fragment type-condition selectors.

    The query builder is default-installed in the graphiql meta-package, so it is available with no extra setup. It takes over from @graphiql/plugin-explorer.

Patch Changes