module:attribute form.
--context module:attribute to supply a context factory. The factory can be
synchronous or asynchronous and is called once per GraphQL request.
python -m fastql --help for the current argument list. Import failures and
missing attributes are reported before the server starts.
export-schema
Write a built schema’s SDL or introspection JSON, to a file or stdout.
module:attribute path to a Schema. --format is sdl
(default) or json; --output writes a file instead of stdout. An unresolvable
target exits non-zero.