Skip to content

angee.graphql.subscriptions

GraphQL subscription surfaces for model change events.

changes

python
def changes(model: type[models.Model], *, field: str) -> type

Return a subscription surface streaming changes to model.

Released under the AGPL-3.0 License.