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
Optional
appBranchProfile?: string
Returns ApiSuspenseQuery<{
appId: string;
appBranchId: string;
appBranchProfile?: string;
}, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData>