Home
last modified time | relevance | path

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

/expo/home/graphql/
H A Dtypes.ts5484 export type Home_MyAppsQueryVariables = Exact<{ alias
5947 …me_MyAppsQuery(baseOptions: Apollo.QueryHookOptions<Home_MyAppsQuery, Home_MyAppsQueryVariables>) {
5949 … return Apollo.useQuery<Home_MyAppsQuery, Home_MyAppsQueryVariables>(Home_MyAppsDocument, options);
5951 …LazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<Home_MyAppsQuery, Home_MyAppsQueryVariables>) {
5953 …return Apollo.useLazyQuery<Home_MyAppsQuery, Home_MyAppsQueryVariables>(Home_MyAppsDocument, optio…
5957 export type Home_MyAppsQueryResult = Apollo.QueryResult<Home_MyAppsQuery, Home_MyAppsQueryVariables
5958 export function refetchHome_MyAppsQuery(variables: Home_MyAppsQueryVariables) {