Home
last modified time | relevance | path

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

/expo/home/
H A DHomeApp.tsx19 HomeScreenDataQueryVariables,
165 HomeScreenDataQueryVariables
/expo/home/screens/HomeScreen/
H A DHomeScreenView.tsx35 HomeScreenDataQueryVariables,
253 ? ApolloClient.query<HomeScreenDataQuery, HomeScreenDataQueryVariables>({
/expo/home/graphql/
H A Dtypes.ts5553 export type HomeScreenDataQueryVariables = Exact<{ alias
6383 …ataQuery(baseOptions: Apollo.QueryHookOptions<HomeScreenDataQuery, HomeScreenDataQueryVariables>) {
6385 …return Apollo.useQuery<HomeScreenDataQuery, HomeScreenDataQueryVariables>(HomeScreenDataDocument, …
6387 …ery(baseOptions?: Apollo.LazyQueryHookOptions<HomeScreenDataQuery, HomeScreenDataQueryVariables>) {
6389 …return Apollo.useLazyQuery<HomeScreenDataQuery, HomeScreenDataQueryVariables>(HomeScreenDataDocume…
6393 … HomeScreenDataQueryResult = Apollo.QueryResult<HomeScreenDataQuery, HomeScreenDataQueryVariables>;
6394 export function refetchHomeScreenDataQuery(variables: HomeScreenDataQueryVariables) {