Home
last modified time | relevance | path

Searched refs:useBranchesForProjectQuery (Results 1 – 2 of 2) sorted by relevance

/expo/home/screens/BranchListScreen/
H A DBranchList.tsx7 import { AppPlatform, useBranchesForProjectQuery } from '../../graphql/types';
20 const { data, fetchMore } = useBranchesForProjectQuery({
/expo/home/graphql/
H A Dtypes.ts5812 export function useBranchesForProjectQuery(baseOptions: Apollo.QueryHookOptions<BranchesForProjectQ… function
5820 export type BranchesForProjectQueryHookResult = ReturnType<typeof useBranchesForProjectQuery>;