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

latest releases: graphiql@6.0.0-beta.1, @graphiql/plugin-query-builder@1.0.0-beta.1, @graphiql/react@1.0.0-beta.1...
pre-release6 hours ago

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

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.