useQuery$searchCoaches function

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

Implementation

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