GraphResponse
The raw wire shape of a Graph/navigation-graph fetch response, decoded directly from the backend's JSON — what mosaic-server's Graph { } builder produces. Converted to a dev.catbit.mosaic.core.data.models.graph.GraphModel via GraphModel.fromGraphResponse before the client uses it further; that conversion is also where ttl is consumed (by the repository layer, to decide cache freshness) and dropped — dev.catbit.mosaic.core.data.models.graph.GraphModel itself carries no ttl field.
Constructors
Types
One registered screen within the graph — the wire shape of a server DSL entry { } block.
Properties
fallback transition for popping the back stack.
fallback transition for the predictive back gesture.
fallback enter/exit transition for any entry that doesn't declare its own.
every screen registered in this graph, each with its own loading/failure content and transitions.
id of the entry the graph opens on.