Function useAppBranchStateQueries
- useAppBranchStateQueries(queriesParams): (undefined | ApiQuery<{ 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
}, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData>)[] Parameters
- queriesParams: (undefined | { 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
})[] 
Returns (undefined | ApiQuery<{ 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
}, AppBranchStateInvalidQueryData, AppBranchStateValidQueryData>)[]