useQuery$searchFavouritesLeagues function

QueryHookResult<Query$searchFavouritesLeagues> useQuery$searchFavouritesLeagues([
  1. Options$Query$searchFavouritesLeagues? options
])

Implementation

graphql_flutter.QueryHookResult<Query$searchFavouritesLeagues>
    useQuery$searchFavouritesLeagues(
            [Options$Query$searchFavouritesLeagues? options]) =>
        graphql_flutter
            .useQuery(options ?? Options$Query$searchFavouritesLeagues());