Home
last modified time | relevance | path

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

/expo/home/graphql/
H A Dtypes.ts5450 export type BranchDetailsQueryVariables = Exact<{ alias
5736 …tailsQuery(baseOptions: Apollo.QueryHookOptions<BranchDetailsQuery, BranchDetailsQueryVariables>) {
5738 …return Apollo.useQuery<BranchDetailsQuery, BranchDetailsQueryVariables>(BranchDetailsDocument, opt…
5740 …Query(baseOptions?: Apollo.LazyQueryHookOptions<BranchDetailsQuery, BranchDetailsQueryVariables>) {
5742 …return Apollo.useLazyQuery<BranchDetailsQuery, BranchDetailsQueryVariables>(BranchDetailsDocument,…
5746 …ype BranchDetailsQueryResult = Apollo.QueryResult<BranchDetailsQuery, BranchDetailsQueryVariables>;
5747 export function refetchBranchDetailsQuery(variables: BranchDetailsQueryVariables) {