Ask a question to get started
Enter to sendā¢Shift+Enter new line
GraphLifecycleEvent: TypeAlias = GraphInterruptEvent | GraphResumeEvent
Union of all public graph lifecycle callback event payloads.
Use this alias when a callback or helper can receive either interrupt or resume lifecycle events.