FetchMoreOptions$Query$IsHealthy constructor

FetchMoreOptions$Query$IsHealthy({
  1. required UpdateQuery updateQuery,
})

Implementation

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