Home
last modified time | relevance | path

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

/expo/home/screens/BranchDetailsScreen/
H A DBranchDetailsView.tsx13 import { BranchDetailsQuery } from '../../graphql/types';
25 data?: BranchDetailsQuery;
/expo/home/graphql/
H A Dtypes.ts5458 export type BranchDetailsQuery = { __typename?: 'RootQuery', app: { __typename?: 'AppQuery', byId: … alias
5736 export function useBranchDetailsQuery(baseOptions: Apollo.QueryHookOptions<BranchDetailsQuery, Bran…
5738 …return Apollo.useQuery<BranchDetailsQuery, BranchDetailsQueryVariables>(BranchDetailsDocument, opt…
5740 …seBranchDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<BranchDetailsQuery, BranchDetai…
5742 …return Apollo.useLazyQuery<BranchDetailsQuery, BranchDetailsQueryVariables>(BranchDetailsDocument,…
5746 export type BranchDetailsQueryResult = Apollo.QueryResult<BranchDetailsQuery, BranchDetailsQueryVar…