watchQuery$getUserWalletWithReputations method

ObservableQuery<Query$getUserWalletWithReputations> watchQuery$getUserWalletWithReputations([
  1. WatchOptions$Query$getUserWalletWithReputations? options
])

Implementation

graphql.ObservableQuery<Query$getUserWalletWithReputations>
    watchQuery$getUserWalletWithReputations(
            [WatchOptions$Query$getUserWalletWithReputations? options]) =>
        this.watchQuery(
            options ?? WatchOptions$Query$getUserWalletWithReputations());