Appearance
angee.graphql.subscriptions
GraphQL subscription surfaces for model change events.
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.
model