Skip to content

angee.graphql.publishing

Model-change event publishing over the channel layer for GraphQL subscriptions.

change_group

python
def change_group(model: type[models.Model]) -> str

Return the channel-layer group name for model changes.

connect_publishers

python
def connect_publishers(model: type[models.Model]) -> None

Connect save and delete publishers for model exactly once.

Released under the AGPL-3.0 License.