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