Creatable graph model used in API create/update endpoints.
Successful Response
Response for creating/activating a new graph version.
Carries the new graph version plus any webhook presets that were left pinned to their old version because the new version's trigger block is incompatible and needs to be reconfigured.
Full graph model representing an existing graph from the database.
This is the primary model for working with persisted graphs. Includes all graph data (nodes, links, sub_graphs) plus user ownership and timestamps. Provides computed fields (input_schema, output_schema, etc.) used during set-up (frontend) and execution (backend).
Inherits from: