UNPKG

@graphprotocol/client-auto-pagination

Version:

`graph-client` implements automatic pagination using `first:` and `after:` filters of `graph-node`.

55 lines 1.49 kB
{ "name": "@graphprotocol/client-auto-pagination", "version": "2.0.1-alpha-20240314151049-469f45272eb9be77691ee3fd138c94afe4a8cce2", "description": "", "sideEffects": false, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", "@graphql-tools/delegate": "^9.0.32 || ^10.0.0", "@graphql-tools/wrap": "^9.4.2 || ^10.0.0", "@graphql-tools/utils": "^9.2.1 || ^10.0.0", "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0" }, "dependencies": { "lodash": "^4.17.21", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "https://github.com/graphprotocol/graph-client.git", "directory": "packages/block-auto-pagination" }, "keywords": [ "thegraph", "graphql", "client" ], "license": "MIT", "engines": { "node": ">=16.0.0" }, "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./package.json": "./package.json" } }