Skip to main content

Module graphql

Module graphql 

Source

Structs§

ApiServerOpts
Options for the API server — avoids too-many-arguments.

Functions§

build_schema
cmd_serve
cmd_serve_daemon
Run the server as a background daemon (fork + detach).
execute_in_process
Execute a GraphQL query in-process (no HTTP round-trip). In-process requests bypass auth — they’re trusted (e.g., MCP tools).
start_api_background
Start the API server on the current thread (blocks forever). Called from a background thread when TUI mode has API enabled.

Type Aliases§

KoanSchema