FetchMoreOptions$Query$checkWalletAndReputation constructor
FetchMoreOptions$Query$checkWalletAndReputation({
- required UpdateQuery updateQuery,
- required Variables$Query$checkWalletAndReputation variables,
Implementation
FetchMoreOptions$Query$checkWalletAndReputation({
required graphql.UpdateQuery updateQuery,
required Variables$Query$checkWalletAndReputation variables,
}) : super(
updateQuery: updateQuery,
variables: variables.toJson(),
document: documentNodeQuerycheckWalletAndReputation,
);