Home
last modified time | relevance | path

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

/expo/home/
H A DHomeApp.tsx17 HomeScreenDataDocument,
167 query: HomeScreenDataDocument,
/expo/home/screens/HomeScreen/
H A DHomeScreenView.tsx33 HomeScreenDataDocument,
254 query: HomeScreenDataDocument,
/expo/home/graphql/
H A Dtypes.ts6343 export const HomeScreenDataDocument = gql` constant
6385 …pollo.useQuery<HomeScreenDataQuery, HomeScreenDataQueryVariables>(HomeScreenDataDocument, options);
6389 …o.useLazyQuery<HomeScreenDataQuery, HomeScreenDataQueryVariables>(HomeScreenDataDocument, options);
6395 return { query: HomeScreenDataDocument, variables: variables }