Function useAppBranchStateSuspenseQuery
- useAppBranchStateSuspenseQuery(params): ApiSuspenseQuery<{ 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
}, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData> Parameters
- params: { 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
}appId: string
appBranchId: string
OptionalappBranchProfile?: string
 
Returns ApiSuspenseQuery<{ 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
}, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData>