Variables$Query$TransactionsByObject constructor
Variables$Query$TransactionsByObject({})
Implementation
factory Variables$Query$TransactionsByObject({
required String object,
required int first,
String? after,
}) => Variables$Query$TransactionsByObject._({
r'object': object,
r'first': first,
if (after != null) r'after': after,
});