AptosGraphQLPaginatedWithOrderVariablesParams constructor

AptosGraphQLPaginatedWithOrderVariablesParams({
  1. Map<String, dynamic> whereCondition = const {},
  2. int? offset,
  3. int? limit,
  4. List<Map<String, dynamic>>? orderBy,
})

Implementation

AptosGraphQLPaginatedWithOrderVariablesParams({
  this.whereCondition = const {},
  this.offset,
  this.limit,
  this.orderBy,
});