Skip to main content

Test client

GraphQLTestClient runs operations in-process against a schema — no transport required — and collects subscription streams.
execute covers queries and mutations and accepts variable_values, context, and operation_name; subscribe yields one ExecutionResult per event.

Schema export CLI

Export a schema as SDL or introspection JSON from the command line:
The target is a module:attribute path to a built Schema. --format is sdl (default) or json; --output writes to a file instead of stdout. An unresolvable target exits non-zero.