Skip to content

src/dazzle_back/runtime/subsystems/graphql.py

Generated: 2026-03-30T04:38:48.430525+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_back

Purpose

GraphQL subsystem (placeholder).

Strawberry/Ariadne GraphQL schema and route registration. Currently not wired into the main server but reserved for future use.

Key Exports

  • GraphQLSubsystem
  • startup
  • shutdown

Dependencies

Imports

  • logging
  • dazzle_back.runtime.subsystems.SubsystemContext

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_graphql.py
  • tests/integration/test_graphql_integration.py

Notes

This page was automatically generated by tools/gen_reference_docs.py.