GetInitialGraphUseCase

Fetches the app's initial navigation graph — the Graph/Screen payload MosaicApplicationStateHolder loads once at app startup, before the first screen can render. Reachable via get<GetInitialGraphUseCase>().

Constructors

Link copied to clipboard
constructor(repository: MosaicRepository)

Functions

Link copied to clipboard
open suspend override fun execute(params: Unit): Result<GraphModel>
Link copied to clipboard
suspend operator fun invoke(params: Unit): Result<GraphModel>