Visual GraphQL Operation Building from a Schema
AnyTool GraphQL Query Builder parses a GraphQL schema and exposes its root types in a recursive checkbox-and-arrow explorer. Selecting fields, descending into nested objects, setting arguments, and toggling directives mutates an in-memory operation that is printed live as canonical GraphQL using graphql-js print(), so the generated query, mutation, or subscription is always syntactically valid.
- Built on the graphql-js reference implementation (buildSchema and buildClientSchema)
- Supports query, mutation, and subscription root types
- Arguments can be promoted to typed $variables with a generated variables JSON skeleton
- Supports aliases, @include/@skip directives, and inline fragments on interfaces and unions
