Skip to content

angee.graphql.revisions

Revision query surfaces for Strawberry schemas.

revisions

python
def revisions(node: type, *, name: str | None = None) -> type

Return a Strawberry query surface for one revision-tracked model type.

validate_revision_visibility

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

Fail during schema build when revision snapshots would bypass redaction.

Released under the AGPL-3.0 License.