Event Schema
Functions
event_schema(cls: type[~T]) ‑> type[~T] | type[superlinked.framework.common.schema.event_schema_object.EventSchemaObject]
: Use this decorator to annotate your class as an event schema that can be used to represent events between other schemas.
Last updated