Home
last modified time | relevance | path

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

/expo/home/screens/BranchListScreen/
H A DBranchListView.tsx7 import { BranchesForProjectQuery } from '../../graphql/types';
12 latestUpdate: BranchesForProjectQuery['app']['byId']['updateBranches'][0]['updates'][0];
/expo/home/graphql/
H A Dtypes.ts5469 export type BranchesForProjectQuery = { __typename?: 'RootQuery', app: { __typename?: 'AppQuery', b… alias
5812 … useBranchesForProjectQuery(baseOptions: Apollo.QueryHookOptions<BranchesForProjectQuery, Branches…
5814 …return Apollo.useQuery<BranchesForProjectQuery, BranchesForProjectQueryVariables>(BranchesForProje…
5816 …hesForProjectLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<BranchesForProjectQuery, Branches…
5818 …return Apollo.useLazyQuery<BranchesForProjectQuery, BranchesForProjectQueryVariables>(BranchesForP…
5822 export type BranchesForProjectQueryResult = Apollo.QueryResult<BranchesForProjectQuery, BranchesFor…