angee.operator.schema
GraphQL bridge field for the local Angee operator daemon.
OperatorConnectionInfo
python
@strawberry.type
class OperatorConnectionInfo()Browser-visible endpoint and bearer for the operator daemon.
OperatorQuery
python
@strawberry.type
class OperatorQuery()Operator daemon bridge queries.
operator_connection
python
@strawberry.field
def operator_connection() -> OperatorConnectionInfo | NoneReturn the daemon connection for operator admins, else None.
None is the single "no access" shape: the actor lacks read on the operator connection (no operator-admin role / not a platform admin), or no token could be minted (the daemon is unconfigured or unreachable). The admin bearer stays server-side; the browser receives a short-lived, scoped token minted per actor, so a leaked browser token expires and never carries root access.
schemas
GraphQL contributions installed by the operator addon (console surface).