FetchMoreOptions$Query$getCountries constructor

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

Implementation

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