Skip to content

angee.graphql.subscriptions

GraphQL subscription surfaces for model change events.

changes

python
def changes(model: type[models.Model],
            *,
            field: str,
            read_gate: type[ChangeReadGate] | None = None) -> type

Return a subscription surface streaming read-gated changes to model.

Released under the AGPL-3.0 License.