FetchMoreOptions$Query$IsHealthy constructor
FetchMoreOptions$Query$IsHealthy({
- required UpdateQuery updateQuery,
Implementation
FetchMoreOptions$Query$IsHealthy({required graphql.UpdateQuery updateQuery})
: super(updateQuery: updateQuery, document: documentNodeQueryIsHealthy);