FetchMoreOptions$Query$GetVersion constructor

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

Implementation

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