@dhedge/backend-flatcoin-core 0.2.54 → 0.2.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -538,8 +538,8 @@ exports.getClosedPositionsQueryByCloseBlockFrom = (0, graphql_request_1.gql) `
538
538
  }
539
539
  `;
540
540
  exports.getUnitHoldersQueryPaginated = (0, graphql_request_1.gql) `
541
- query GetUnitHolders($first: Int, $skip: Int) {
542
- unitHolders(where: { first: $first, skip: $skip }) {
541
+ query GetUnitHolders($skip: Int, $first: Int) {
542
+ unitHolders(skip: $skip, first: $first) {
543
543
  address
544
544
  unitAmount
545
545
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.2.54",
3
+ "version": "0.2.56",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",