Skip to content

angee.graphql.impl

GraphQL metadata for registry-backed implementation fields.

ImplChoice

python
@strawberry.type
class ImplChoice()

One selectable implementation and the defaults it materializes.

impl_choices

python
def impl_choices(model: str, field: str) -> list[ImplChoice]

Return choice metadata for model.field when it is an ImplClassField.

The reusable resolver behind the impl-picker query. The framework stays auth-agnostic, so an addon wraps this in its own admin-gated query field (e.g. integrate's ConsoleImplChoicesQuery) rather than exposing it ungated.

Released under the AGPL-3.0 License.