useQuery$getUserWalletWithReputations function

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

Implementation

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