gql/queries/isHealthy.graphql library

Constants

documentNodeQueryIsHealthy → const DocumentNode

Functions

useQuery$IsHealthy([Options$Query$IsHealthy? options]) → QueryHookResult<Query$IsHealthy>
useWatchQuery$IsHealthy([WatchOptions$Query$IsHealthy? options]) → ObservableQuery<Query$IsHealthy>

Typedefs

OnQueryComplete$Query$IsHealthy = FutureOr<void> Function(Map<String, dynamic>?, Query$IsHealthy?)