diff --git a/README.md b/README.md index 44d87ec70..9d5ed1343 100644 --- a/README.md +++ b/README.md @@ -173,10 +173,10 @@ function Component() { Most financial data in the market is retrieved with GraphQL from [our own subgraph](https://github.com/oceanprotocol/ocean-subgraph), rendered on top of the initial data coming from Aquarius. -The app has [Apollo Client](https://www.apollographql.com/docs/react/) setup to query the respective subgraph based on network. In any component this client can be used like so: +The app has [Urql Client](https://formidable.com/open-source/urql/docs/basics/react-preact/) setup to query the respective subgraph based on network. In any component this client can be used like so: ```tsx -import { gql, useQuery } from '@apollo/client' +import { gql, useQuery } from 'urql' const query = gql` query PoolLiquidity($id: ID!, $shareId: ID) { diff --git a/apollo.config.js b/apollo.config.js deleted file mode 100644 index 3ca33ccad..000000000 --- a/apollo.config.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - client: { - service: { - name: 'ocean', - url: 'https://subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph', - // optional disable SSL validation check - skipSSLValidation: true - } - } -} diff --git a/gatsby-node.js b/gatsby-node.js index 6c69223f1..22fd81b01 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -7,8 +7,8 @@ execSync(`node ./scripts/write-repo-metadata > repo-metadata.json`, { stdio: 'inherit' }) -// Generate Apollo typings -execSync(`npm run apollo:codegen`, { stdio: 'inherit' }) +// Generate GraphQl typings for urql +execSync(`npm run graphql:generateSchema`, { stdio: 'inherit' }) // Fetch EVM networks metadata execSync( diff --git a/package-lock.json b/package-lock.json index 7d1bded92..87dd83fdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@apollo/client": "^3.3.19", "@coingecko/cryptoformat": "^0.4.2", "@loadable/component": "^5.15.0", "@oceanprotocol/art": "^3.0.0", @@ -19,6 +18,7 @@ "@portis/web3": "^4.0.4", "@sindresorhus/slugify": "^2.1.0", "@tippyjs/react": "^4.2.5", + "@urql/introspection": "^0.3.0", "@walletconnect/web3-provider": "^1.4.1", "axios": "^0.21.1", "chart.js": "^2.9.4", @@ -47,6 +47,7 @@ "gatsby-transformer-remark": "^2.16.1", "gatsby-transformer-sharp": "^2.12.1", "graphql": "14.7.0", + "graphql-schema-typescript": "^1.5.2", "is-url-superb": "^6.0.0", "jwt-decode": "^3.1.2", "lodash.debounce": "^4.0.8", @@ -95,7 +96,6 @@ "@types/yup": "^0.29.11", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", - "apollo": "^2.33.4", "eslint": "^7.27.0", "eslint-config-oceanprotocol": "^1.5.0", "eslint-config-prettier": "^8.3.0", @@ -148,79 +148,6 @@ } } }, - "node_modules/@apollo/federation": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.25.0.tgz", - "integrity": "sha512-HspsFSatOhBwDSbYq7WyrtalhX98ShOrzT1Knwj/VHLGfFbLsbREpx191S8D2Wr6ew8LhqCcUkfNrrTBB1l3XA==", - "dev": true, - "dependencies": { - "apollo-graphql": "^0.9.2", - "lodash.xorby": "^4.7.0" - }, - "engines": { - "node": ">=12.13.0 <17.0" - }, - "peerDependencies": { - "graphql": "^14.5.0 || ^15.0.0" - } - }, - "node_modules/@apollographql/apollo-tools": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@apollographql/apollo-tools/-/apollo-tools-0.5.1.tgz", - "integrity": "sha512-ZII+/xUFfb9ezDU2gad114+zScxVFMVlZ91f8fGApMzlS1kkqoyLnC4AJaQ1Ya/X+b63I20B4Gd+eCL8QuB4sA==", - "dev": true, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/@apollographql/graphql-language-service-interface": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-language-service-interface/-/graphql-language-service-interface-2.0.2.tgz", - "integrity": "sha512-28wePK0hlIVjgmvMXMAUq8qRSjz9O+6lqFp4PzOTHtfJfSsjVe9EfjF98zTpHsTgT3HcOxmbqDZZy8jlXtOqEA==", - "dev": true, - "dependencies": { - "@apollographql/graphql-language-service-parser": "^2.0.0", - "@apollographql/graphql-language-service-types": "^2.0.0", - "@apollographql/graphql-language-service-utils": "^2.0.2" - }, - "peerDependencies": { - "graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" - } - }, - "node_modules/@apollographql/graphql-language-service-parser": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-language-service-parser/-/graphql-language-service-parser-2.0.2.tgz", - "integrity": "sha512-rpTPrEJu1PMaRQxz5P8BZWsixNNhYloS0H0dwTxNBuE3qctbARvR7o8UCKLsmKgTbo+cz3T3a6IAsWlkHgMWGg==", - "dev": true, - "dependencies": { - "@apollographql/graphql-language-service-types": "^2.0.0" - }, - "peerDependencies": { - "graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" - } - }, - "node_modules/@apollographql/graphql-language-service-types": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-language-service-types/-/graphql-language-service-types-2.0.2.tgz", - "integrity": "sha512-vE+Dz8pG+Xa1Z2nMl82LoO66lQ6JqBUjaXqLDvS3eMjvA3N4hf+YUDOWfPdNZ0zjhHhHXzUIIZCkax6bXfFbzQ==", - "dev": true, - "peerDependencies": { - "graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" - } - }, - "node_modules/@apollographql/graphql-language-service-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-language-service-utils/-/graphql-language-service-utils-2.0.2.tgz", - "integrity": "sha512-fDj5rWlTi/czvUS5t7V7I45Ai6bOO3Z7JARYj21Y2xxfbRGtJi6h8FvLX0N/EbzQgo/fiZc/HAhtfwn+OCjD7A==", - "dev": true, - "dependencies": { - "@apollographql/graphql-language-service-types": "^2.0.0" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" - } - }, "node_modules/@ardatan/aggregate-error": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/@ardatan/aggregate-error/-/aggregate-error-0.0.6.tgz", @@ -1647,25 +1574,6 @@ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" }, - "node_modules/@endemolshinegroup/cosmiconfig-typescript-loader": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.2.tgz", - "integrity": "sha512-ZHkXKq2XFFmAUdmSZrmqUSIrRM4O9gtkdpxMmV+LQl7kScUnbo6pMnXu6+FTDgZ12aW6SDoZoOJfS56WD+Eu6A==", - "dev": true, - "dependencies": { - "lodash.get": "^4", - "make-error": "^1", - "ts-node": "^8", - "tslib": "^1" - }, - "engines": { - "node": ">=8.0.0", - "yarn": ">=1.3.0" - }, - "peerDependencies": { - "cosmiconfig": ">=5 < 6" - } - }, "node_modules/@eslint/eslintrc": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz", @@ -3718,905 +3626,6 @@ "resolved": "https://registry.npmjs.org/@oceanprotocol/typographies/-/typographies-0.1.0.tgz", "integrity": "sha512-kMsZsqvzpz9KzVbVZzllwhPoIC3zbqsdRrClagZL/C2PHzgLrKGC1kYn3gPt0RMIFg9ZjrwieKaxlgIK9i9zzg==" }, - "node_modules/@oclif/color": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@oclif/color/-/color-0.1.2.tgz", - "integrity": "sha512-M9o+DOrb8l603qvgz1FogJBUGLqcMFL1aFg2ZEL0FbXJofiNTLOWIeB4faeZTLwE6dt0xH9GpCVpzksMMzGbmA==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "chalk": "^3.0.0", - "strip-ansi": "^5.2.0", - "supports-color": "^5.4.0", - "tslib": "^1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/color/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/color/node_modules/chalk/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@oclif/color/node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/color/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@oclif/color/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/command": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.0.tgz", - "integrity": "sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==", - "dev": true, - "dependencies": { - "@oclif/config": "^1.15.1", - "@oclif/errors": "^1.3.3", - "@oclif/parser": "^3.8.3", - "@oclif/plugin-help": "^3", - "debug": "^4.1.1", - "semver": "^7.3.2" - }, - "engines": { - "node": ">=8.0.0" - }, - "peerDependencies": { - "@oclif/config": "^1" - } - }, - "node_modules/@oclif/command/node_modules/@oclif/plugin-help": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.2.tgz", - "integrity": "sha512-SPZ8U8PBYK0n4srFjCLedk0jWU4QlxgEYLCXIBShJgOwPhTTQknkUlsEwaMIevvCU4iCQZhfMX+D8Pz5GZjFgA==", - "dev": true, - "dependencies": { - "@oclif/command": "^1.5.20", - "@oclif/config": "^1.15.1", - "@oclif/errors": "^1.2.2", - "chalk": "^4.1.0", - "indent-string": "^4.0.0", - "lodash.template": "^4.4.0", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "widest-line": "^3.1.0", - "wrap-ansi": "^4.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/command/node_modules/chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@oclif/command/node_modules/chalk/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@oclif/command/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@oclif/command/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/@oclif/command/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/command/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/command/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@oclif/command/node_modules/string-width": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/command/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/command/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/command/node_modules/widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "dev": true, - "dependencies": { - "string-width": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/command/node_modules/wrap-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-4.0.0.tgz", - "integrity": "sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@oclif/command/node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/command/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/command/node_modules/wrap-ansi/node_modules/string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/command/node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/config": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.17.0.tgz", - "integrity": "sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==", - "dev": true, - "dependencies": { - "@oclif/errors": "^1.3.3", - "@oclif/parser": "^3.8.0", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-wsl": "^2.1.1", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/config/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, - "node_modules/@oclif/errors": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.4.tgz", - "integrity": "sha512-pJKXyEqwdfRTUdM8n5FIHiQQHg5ETM0Wlso8bF9GodczO40mF5Z3HufnYWJE7z8sGKxOeJCdbAVZbS8Y+d5GCw==", - "dev": true, - "dependencies": { - "clean-stack": "^3.0.0", - "fs-extra": "^8.1", - "indent-string": "^4.0.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/errors/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/linewrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz", - "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==", - "dev": true - }, - "node_modules/@oclif/parser": { - "version": "3.8.5", - "resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.5.tgz", - "integrity": "sha512-yojzeEfmSxjjkAvMRj0KzspXlMjCfBzNRPkWw8ZwOSoNWoJn+OCS/m/S+yfV6BvAM4u2lTzX9Y5rCbrFIgkJLg==", - "dev": true, - "dependencies": { - "@oclif/errors": "^1.2.2", - "@oclif/linewrap": "^1.0.0", - "chalk": "^2.4.2", - "tslib": "^1.9.3" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/plugin-autocomplete": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-0.3.0.tgz", - "integrity": "sha512-gCuIUCswvoU1BxDDvHSUGxW8rFagiacle8jHqE49+WnuniXD/N8NmJvnzmlNyc8qLE192CnKK+qYyAF+vaFQBg==", - "dev": true, - "dependencies": { - "@oclif/command": "^1.5.13", - "@oclif/config": "^1.13.0", - "chalk": "^4.1.0", - "cli-ux": "^5.2.1", - "debug": "^4.0.0", - "fs-extra": "^9.0.1", - "moment": "^2.22.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/plugin-autocomplete/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@oclif/plugin-autocomplete/node_modules/chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@oclif/plugin-autocomplete/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@oclif/plugin-autocomplete/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@oclif/plugin-autocomplete/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/plugin-autocomplete/node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/plugin-autocomplete/node_modules/universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "dev": true, - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/@oclif/plugin-help": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.3.tgz", - "integrity": "sha512-bGHUdo5e7DjPJ0vTeRBMIrfqTRDBfyR5w0MP41u0n3r7YG5p14lvMmiCXxi6WDaP2Hw5nqx3PnkAIntCKZZN7g==", - "dev": true, - "dependencies": { - "@oclif/command": "^1.5.13", - "chalk": "^2.4.1", - "indent-string": "^4.0.0", - "lodash.template": "^4.4.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0", - "widest-line": "^2.0.1", - "wrap-ansi": "^4.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/plugin-help/node_modules/ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/plugin-help/node_modules/wrap-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-4.0.0.tgz", - "integrity": "sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@oclif/plugin-help/node_modules/wrap-ansi/node_modules/string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/plugin-help/node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/plugin-not-found": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.4.tgz", - "integrity": "sha512-G440PCuMi/OT8b71aWkR+kCWikngGtyRjOR24sPMDbpUFV4+B3r51fz1fcqeUiiEOYqUpr0Uy/sneUe1O/NfBg==", - "dev": true, - "dependencies": { - "@oclif/color": "^0.x", - "@oclif/command": "^1.6.0", - "cli-ux": "^4.9.0", - "fast-levenshtein": "^2.0.6", - "lodash": "^4.17.13" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/cli-ux": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-4.9.3.tgz", - "integrity": "sha512-/1owvF0SZ5Gn54cgrikJ0QskgTzeg30HGjkmjFoaHDJzAqFpuX1DBpFR8aLvsE1J5s9MgeYRENQK4BFwOag5VA==", - "dev": true, - "dependencies": { - "@oclif/errors": "^1.2.2", - "@oclif/linewrap": "^1.0.0", - "@oclif/screen": "^1.0.3", - "ansi-escapes": "^3.1.0", - "ansi-styles": "^3.2.1", - "cardinal": "^2.1.1", - "chalk": "^2.4.1", - "clean-stack": "^2.0.0", - "extract-stack": "^1.0.0", - "fs-extra": "^7.0.0", - "hyperlinker": "^1.0.0", - "indent-string": "^3.2.0", - "is-wsl": "^1.1.0", - "lodash": "^4.17.11", - "password-prompt": "^1.0.7", - "semver": "^5.6.0", - "strip-ansi": "^5.0.0", - "supports-color": "^5.5.0", - "supports-hyperlinks": "^1.0.1", - "treeify": "^1.1.0", - "tslib": "^1.9.3" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/extract-stack": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/extract-stack/-/extract-stack-1.0.0.tgz", - "integrity": "sha1-uXrK+UQe6iMyUpYktzL8WhyBZfo=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/fs-extra": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/has-flag": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", - "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@oclif/plugin-not-found/node_modules/supports-hyperlinks": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-1.0.1.tgz", - "integrity": "sha512-HHi5kVSefKaJkGYXbDuKbUGRVxqnWGn3J2e39CYcNJEfWciGq2zYtOhXLTlvrOZW1QU7VX67w7fMmWafHX9Pfw==", - "dev": true, - "dependencies": { - "has-flag": "^2.0.0", - "supports-color": "^5.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@oclif/plugin-plugins": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.10.0.tgz", - "integrity": "sha512-lfHNiuuCrCUtH9A912T/ztxRA9lS1lCZm+gcmVWksIJG/gwKH/fMn+GdLTbRzU2k6ojtMhBblYk1RWKxUEJuzA==", - "dev": true, - "dependencies": { - "@oclif/color": "^0.x", - "@oclif/command": "^1.5.12", - "@oclif/errors": "^1.2.2", - "chalk": "^4.1.0", - "cli-ux": "^5.2.1", - "debug": "^4.1.0", - "fs-extra": "^9.0", - "http-call": "^5.2.2", - "load-json-file": "^5.2.0", - "npm-run-path": "^4.0.1", - "semver": "^7.3.2", - "tslib": "^2.0.0", - "yarn": "^1.21.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/plugin-plugins/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@oclif/plugin-plugins/node_modules/chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@oclif/plugin-plugins/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@oclif/plugin-plugins/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@oclif/plugin-plugins/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/plugin-plugins/node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/@oclif/plugin-plugins/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@oclif/plugin-plugins/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@oclif/plugin-plugins/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, - "node_modules/@oclif/plugin-plugins/node_modules/universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "dev": true, - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/@oclif/plugin-warn-if-update-available": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-1.7.0.tgz", - "integrity": "sha512-Nwyz3BJ8RhsfQ+OmFSsJSPIfn5YJqMrCzPh72Zgo2jqIjKIBWD8N9vTTe4kZlpeUUn77SyXFfwlBQbNCL5OEuQ==", - "dev": true, - "dependencies": { - "@oclif/command": "^1.5.10", - "@oclif/config": "^1.12.8", - "@oclif/errors": "^1.2.2", - "chalk": "^2.4.1", - "debug": "^4.1.0", - "fs-extra": "^7.0.0", - "http-call": "^5.2.2", - "lodash.template": "^4.4.0", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@oclif/plugin-warn-if-update-available/node_modules/fs-extra": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@oclif/plugin-warn-if-update-available/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@oclif/screen": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@oclif/screen/-/screen-1.0.4.tgz", - "integrity": "sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==", - "dev": true, - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/@pedrouid/environment": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@pedrouid/environment/-/environment-1.0.1.tgz", @@ -4918,26 +3927,6 @@ "zdog": ">=1.0" } }, - "node_modules/@samverschueren/stream-to-observable": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz", - "integrity": "sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==", - "dev": true, - "dependencies": { - "any-observable": "^0.3.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependenciesMeta": { - "rxjs": { - "optional": true - }, - "zen-observable": { - "optional": true - } - } - }, "node_modules/@sideway/address": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.2.tgz", @@ -6167,6 +5156,14 @@ "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" } }, + "node_modules/@urql/introspection": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@urql/introspection/-/introspection-0.3.0.tgz", + "integrity": "sha512-dw87YiSmCgEUFnWj7fYu+wnrFcSEhYyQ8DykTvL1UzCKPm9uLDeey1z0yiSxZeX2qP9oD+TSGIq+61AZHhQO0w==", + "peerDependencies": { + "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" + } + }, "node_modules/@use-it/event-listener": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/@use-it/event-listener/-/event-listener-0.1.6.tgz", @@ -6747,26 +5744,11 @@ "node": ">=4" } }, - "node_modules/ansicolors": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", - "integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=", - "dev": true - }, "node_modules/any-base": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz", "integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==" }, - "node_modules/any-observable": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/any-observable/-/any-observable-0.3.0.tgz", - "integrity": "sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/anymatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", @@ -6779,350 +5761,6 @@ "node": ">= 8" } }, - "node_modules/apollo": { - "version": "2.33.4", - "resolved": "https://registry.npmjs.org/apollo/-/apollo-2.33.4.tgz", - "integrity": "sha512-XSsJVYzYLfwGjf6sGJvCtBImqTTVPXDAaz+KbPTs7fe4PYJS6ZDbChIEE9JmmW+BkEdQubM4sQUekwWVJwap7w==", - "dev": true, - "dependencies": { - "@apollographql/apollo-tools": "^0.5.1", - "@oclif/command": "1.8.0", - "@oclif/config": "1.17.0", - "@oclif/errors": "1.3.4", - "@oclif/plugin-autocomplete": "0.3.0", - "@oclif/plugin-help": "2.2.3", - "@oclif/plugin-not-found": "1.2.4", - "@oclif/plugin-plugins": "1.10.0", - "@oclif/plugin-warn-if-update-available": "1.7.0", - "apollo-codegen-core": "^0.40.3", - "apollo-codegen-flow": "^0.38.3", - "apollo-codegen-scala": "^0.39.3", - "apollo-codegen-swift": "^0.40.3", - "apollo-codegen-typescript": "^0.40.3", - "apollo-env": "^0.10.0", - "apollo-graphql": "^0.9.3", - "apollo-language-server": "^1.26.3", - "chalk": "2.4.2", - "cli-ux": "5.5.1", - "env-ci": "5.0.2", - "gaze": "1.1.3", - "git-parse": "1.0.4", - "git-rev-sync": "3.0.1", - "git-url-parse": "11.4.4", - "glob": "7.1.5", - "global-agent": "2.2.0", - "graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0", - "graphql-tag": "2.12.4", - "listr": "0.14.3", - "lodash.identity": "3.0.0", - "lodash.pickby": "4.6.0", - "mkdirp": "1.0.4", - "moment": "2.29.1", - "strip-ansi": "5.2.0", - "table": "6.6.0", - "tty": "1.0.1", - "vscode-uri": "1.0.6" - }, - "bin": { - "apollo": "bin/run" - }, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/apollo-codegen-core": { - "version": "0.40.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-core/-/apollo-codegen-core-0.40.3.tgz", - "integrity": "sha512-4xpMxjw0Vjt1fjlWqf3uPPnl4eF93L2aZpNwmlR0hdZ3FKHKEBubvKkF4vdKWB6rvY+HRLD6l7bFOPyGhe0SZg==", - "dev": true, - "dependencies": { - "@babel/generator": "7.14.2", - "@babel/parser": "^7.1.3", - "@babel/types": "7.14.2", - "apollo-env": "^0.10.0", - "apollo-language-server": "^1.26.3", - "ast-types": "^0.14.0", - "common-tags": "^1.5.1", - "recast": "^0.20.0" - }, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/apollo-codegen-core/node_modules/@babel/generator": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.2.tgz", - "integrity": "sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.14.2", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - } - }, - "node_modules/apollo-codegen-core/node_modules/@babel/types": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz", - "integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.14.0", - "to-fast-properties": "^2.0.0" - } - }, - "node_modules/apollo-codegen-flow": { - "version": "0.38.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-flow/-/apollo-codegen-flow-0.38.3.tgz", - "integrity": "sha512-qdfjj6ufwDvXeCHaBnPnMAlcySoArz09O/uYaHfRg1In17q+OSbp51vWxxr4czRXZccAN8GzS5nsxgj8vVFCHA==", - "dev": true, - "dependencies": { - "@babel/generator": "7.14.2", - "@babel/types": "7.14.2", - "apollo-codegen-core": "^0.40.3", - "change-case": "^4.0.0", - "common-tags": "^1.5.1", - "inflected": "^2.0.3" - }, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/apollo-codegen-flow/node_modules/@babel/generator": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.2.tgz", - "integrity": "sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.14.2", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - } - }, - "node_modules/apollo-codegen-flow/node_modules/@babel/types": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz", - "integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.14.0", - "to-fast-properties": "^2.0.0" - } - }, - "node_modules/apollo-codegen-scala": { - "version": "0.39.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-scala/-/apollo-codegen-scala-0.39.3.tgz", - "integrity": "sha512-XF92uHvsrHNb7z86XdVatMuP/Bd1EAui1BT7KksmmraV5k/x/dk7pdAt+1BIrqDh7bL2HK0dbTczhqs/lFNf7Q==", - "dev": true, - "dependencies": { - "apollo-codegen-core": "^0.40.3", - "change-case": "^4.0.0", - "common-tags": "^1.5.1", - "inflected": "^2.0.3" - }, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/apollo-codegen-swift": { - "version": "0.40.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-swift/-/apollo-codegen-swift-0.40.3.tgz", - "integrity": "sha512-OyPAvTlKhFdqXemRQjLSFP02FnJXZBuueaPlw2AKUFJwe28YlgPsORCkOMEzShLRT+LD9LXCaYb8zsgjjcATqQ==", - "dev": true, - "dependencies": { - "apollo-codegen-core": "^0.40.3", - "change-case": "^4.0.0", - "common-tags": "^1.5.1", - "inflected": "^2.0.3" - }, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/apollo-codegen-typescript": { - "version": "0.40.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-typescript/-/apollo-codegen-typescript-0.40.3.tgz", - "integrity": "sha512-unzsNvdhbVAlH31OAQGewA8ylsbdoMXpyeE+4pHix58CUklQ9RttcD7JT4HA6Li30Frh8k1xs9JERHvMUA2SVw==", - "dev": true, - "dependencies": { - "@babel/generator": "7.14.2", - "@babel/types": "7.14.2", - "apollo-codegen-core": "^0.40.3", - "change-case": "^4.0.0", - "common-tags": "^1.5.1", - "inflected": "^2.0.3" - }, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/apollo-codegen-typescript/node_modules/@babel/generator": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.2.tgz", - "integrity": "sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.14.2", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - } - }, - "node_modules/apollo-codegen-typescript/node_modules/@babel/types": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz", - "integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.14.0", - "to-fast-properties": "^2.0.0" - } - }, - "node_modules/apollo-datasource": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/apollo-datasource/-/apollo-datasource-0.9.0.tgz", - "integrity": "sha512-y8H99NExU1Sk4TvcaUxTdzfq2SZo6uSj5dyh75XSQvbpH6gdAXIW9MaBcvlNC7n0cVPsidHmOcHOWxJ/pTXGjA==", - "dev": true, - "dependencies": { - "apollo-server-caching": "^0.7.0", - "apollo-server-env": "^3.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/apollo-env": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/apollo-env/-/apollo-env-0.10.0.tgz", - "integrity": "sha512-7Geot+eyOl4jzPi9beiszeDmEEVZOVT11LSlkQluF5eaCNaIvld+xklZxITZGI/Wr+PQX380YJgQt1ndR2GtOg==", - "dev": true, - "dependencies": { - "@types/node-fetch": "^2.5.10", - "core-js": "^3.0.1", - "node-fetch": "^2.6.1", - "sha.js": "^2.4.11" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/apollo-graphql": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/apollo-graphql/-/apollo-graphql-0.9.3.tgz", - "integrity": "sha512-rcAl2E841Iko4kSzj4Pt3PRBitmyq1MvoEmpl04TQSpGnoVgl1E/ZXuLBYxMTSnEAm7umn2IsoY+c6Ll9U/10A==", - "dev": true, - "dependencies": { - "core-js-pure": "^3.10.2", - "lodash.sortby": "^4.7.0", - "sha.js": "^2.4.11" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^14.2.1 || ^15.0.0" - } - }, - "node_modules/apollo-language-server": { - "version": "1.26.3", - "resolved": "https://registry.npmjs.org/apollo-language-server/-/apollo-language-server-1.26.3.tgz", - "integrity": "sha512-gVe3wN+cVxrEeLgYJVAf7s1V4YszXjDxZKS0oHUzCrSfH9JDroPwXfiZa6JK540wtx1l18Cpl71gJ++/aYaoNQ==", - "dev": true, - "dependencies": { - "@apollo/federation": "0.25.0", - "@apollographql/apollo-tools": "^0.5.1", - "@apollographql/graphql-language-service-interface": "^2.0.2", - "@endemolshinegroup/cosmiconfig-typescript-loader": "^1.0.0", - "apollo-datasource": "^0.9.0", - "apollo-env": "^0.10.0", - "apollo-graphql": "^0.9.3", - "apollo-link": "^1.2.3", - "apollo-link-context": "^1.0.9", - "apollo-link-error": "^1.1.1", - "apollo-link-http": "^1.5.5", - "apollo-server-errors": "^2.0.2", - "await-to-js": "^2.0.1", - "core-js": "^3.0.1", - "cosmiconfig": "^5.0.6", - "dotenv": "^8.0.0", - "glob": "^7.1.3", - "graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0", - "graphql-tag": "^2.10.1", - "lodash.debounce": "^4.0.8", - "lodash.merge": "^4.6.1", - "minimatch": "^3.0.4", - "moment": "2.29.1", - "vscode-languageserver": "^5.1.0", - "vscode-uri": "1.0.6" - }, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/apollo-language-server/node_modules/cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "dev": true, - "dependencies": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-language-server/node_modules/dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/apollo-language-server/node_modules/import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", - "dev": true, - "dependencies": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-language-server/node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/apollo-language-server/node_modules/resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/apollo-link": { "version": "1.2.14", "resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.14.tgz", @@ -7137,27 +5775,6 @@ "graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0" } }, - "node_modules/apollo-link-context": { - "version": "1.0.20", - "resolved": "https://registry.npmjs.org/apollo-link-context/-/apollo-link-context-1.0.20.tgz", - "integrity": "sha512-MLLPYvhzNb8AglNsk2NcL9AvhO/Vc9hn2ZZuegbhRHGet3oGr0YH9s30NS9+ieoM0sGT11p7oZ6oAILM/kiRBA==", - "dev": true, - "dependencies": { - "apollo-link": "^1.2.14", - "tslib": "^1.9.3" - } - }, - "node_modules/apollo-link-error": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/apollo-link-error/-/apollo-link-error-1.1.13.tgz", - "integrity": "sha512-jAZOOahJU6bwSqb2ZyskEK1XdgUY9nkmeclCrW7Gddh1uasHVqmoYc4CKdb0/H0Y1J9lvaXKle2Wsw/Zx1AyUg==", - "dev": true, - "dependencies": { - "apollo-link": "^1.2.14", - "apollo-link-http-common": "^0.2.16", - "tslib": "^1.9.3" - } - }, "node_modules/apollo-link-http": { "version": "1.5.17", "resolved": "https://registry.npmjs.org/apollo-link-http/-/apollo-link-http-1.5.17.tgz", @@ -7200,43 +5817,6 @@ "tslib": "^1.9.3" } }, - "node_modules/apollo-server-caching": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/apollo-server-caching/-/apollo-server-caching-0.7.0.tgz", - "integrity": "sha512-MsVCuf/2FxuTFVhGLK13B+TZH9tBd2qkyoXKKILIiGcZ5CDUEBO14vIV63aNkMkS1xxvK2U4wBcuuNj/VH2Mkw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/apollo-server-env": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/apollo-server-env/-/apollo-server-env-3.1.0.tgz", - "integrity": "sha512-iGdZgEOAuVop3vb0F2J3+kaBVi4caMoxefHosxmgzAbbSpvWehB8Y1QiSyyMeouYC38XNVk5wnZl+jdGSsWsIQ==", - "dev": true, - "dependencies": { - "node-fetch": "^2.6.1", - "util.promisify": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/apollo-server-errors": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/apollo-server-errors/-/apollo-server-errors-2.5.0.tgz", - "integrity": "sha512-lO5oTjgiC3vlVg2RKr3RiXIIQ5pGXBFxYGGUkKDhTud3jMIhs+gel8L8zsEjKaKxkjHhCQAA/bcEfYiKkGQIvA==", - "dev": true, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, "node_modules/apollo-upload-client": { "version": "14.1.3", "resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-14.1.3.tgz", @@ -7580,29 +6160,11 @@ "node": ">=0.10.0" } }, - "node_modules/ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "dev": true, - "dependencies": { - "tslib": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/ast-types-flow": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" }, - "node_modules/ast-types/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/astral-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", @@ -7743,15 +6305,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/await-to-js": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/await-to-js/-/await-to-js-2.1.1.tgz", - "integrity": "sha512-CHBC6gQGCIzjZ09tJ+XmpQoZOn4GdWePB4qUweCaKNJ0D3f115YdhmYVTZ4rMVpiJ3cFzZcTYK1VMYEICV4YXw==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", @@ -9025,12 +7578,6 @@ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, - "node_modules/boolean": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.1.0.tgz", - "integrity": "sha512-K6r5tvO1ykeYerI7jIyTvSFw2l6D6DzqkljGj2E2uyYAAdDo2SV4qGJIV75cHIQpTFyb6BB0BEHiDdDrFsNI+g==", - "dev": true - }, "node_modules/boxen": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", @@ -9464,15 +8011,6 @@ "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" }, - "node_modules/byline": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz", - "integrity": "sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", @@ -9762,23 +8300,6 @@ "url": "https://opencollective.com/browserslist" } }, - "node_modules/capital-case": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz", - "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==", - "dev": true, - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case-first": "^2.0.2" - } - }, - "node_modules/capital-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/capture-exit": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", @@ -9791,19 +8312,6 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/cardinal": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", - "integrity": "sha1-fMEFXYItISlU0HsIXeolHMe8VQU=", - "dev": true, - "dependencies": { - "ansicolors": "~0.3.2", - "redeyed": "~2.1.0" - }, - "bin": { - "cdl": "bin/cdl.js" - } - }, "node_modules/caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", @@ -9853,32 +8361,6 @@ "node": ">=0.8.0" } }, - "node_modules/change-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz", - "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==", - "dev": true, - "dependencies": { - "camel-case": "^4.1.2", - "capital-case": "^1.0.4", - "constant-case": "^3.0.4", - "dot-case": "^3.0.4", - "header-case": "^2.0.4", - "no-case": "^3.0.4", - "param-case": "^3.0.4", - "pascal-case": "^3.1.2", - "path-case": "^3.0.4", - "sentence-case": "^3.0.4", - "snake-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/change-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/char-regex": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", @@ -10151,33 +8633,6 @@ "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, - "node_modules/clean-stack": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-3.0.1.tgz", - "integrity": "sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==", - "dev": true, - "dependencies": { - "escape-string-regexp": "4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/clean-stack/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/cli-boxes": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", @@ -10200,283 +8655,6 @@ "node": ">=4" } }, - "node_modules/cli-progress": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.0.tgz", - "integrity": "sha512-g7rLWfhAo/7pF+a/STFH/xPyosaL1zgADhI0OM83hl3c7S43iGvJWEAV2QuDOnQ8i6EMBj/u4+NTd0d5L+4JfA==", - "dev": true, - "dependencies": { - "colors": "^1.1.2", - "string-width": "^4.2.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cli-progress/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/cli-progress/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cli-progress/node_modules/string-width": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cli-progress/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cli-truncate": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz", - "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=", - "dev": true, - "dependencies": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cli-truncate/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cli-truncate/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cli-truncate/node_modules/string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cli-truncate/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cli-ux": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.5.1.tgz", - "integrity": "sha512-t3DT1U1C3rArLGYLpKa3m9dr/8uKZRI8HRm/rXKL7UTjm4c+Yd9zHNWg1tP8uaJkUbhmvx5SQHwb3VWpPUVdHQ==", - "dev": true, - "dependencies": { - "@oclif/command": "^1.6.0", - "@oclif/errors": "^1.2.1", - "@oclif/linewrap": "^1.0.0", - "@oclif/screen": "^1.0.3", - "ansi-escapes": "^4.3.0", - "ansi-styles": "^4.2.0", - "cardinal": "^2.1.1", - "chalk": "^4.1.0", - "clean-stack": "^3.0.0", - "cli-progress": "^3.4.0", - "extract-stack": "^2.0.0", - "fs-extra": "^8.1", - "hyperlinker": "^1.0.0", - "indent-string": "^4.0.0", - "is-wsl": "^2.2.0", - "js-yaml": "^3.13.1", - "lodash": "^4.17.11", - "natural-orderby": "^2.0.1", - "object-treeify": "^1.1.4", - "password-prompt": "^1.1.2", - "semver": "^7.3.2", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "supports-color": "^7.1.0", - "supports-hyperlinks": "^2.1.0", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/cli-ux/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/cli-ux/node_modules/chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/cli-ux/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/cli-ux/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/cli-ux/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cli-ux/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cli-ux/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cli-ux/node_modules/string-width": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cli-ux/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cli-ux/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cli-ux/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/cli-width": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", @@ -10773,15 +8951,6 @@ "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==" }, - "node_modules/colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "dev": true, - "engines": { - "node": ">=0.1.90" - } - }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -10951,23 +9120,6 @@ "resolved": "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz", "integrity": "sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ=" }, - "node_modules/constant-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz", - "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==", - "dev": true, - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case": "^2.0.2" - } - }, - "node_modules/constant-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/constants-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", @@ -12697,22 +10849,6 @@ "domelementtype": "1" } }, - "node_modules/dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "dev": true, - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/dot-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/dot-prop": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", @@ -12939,15 +11075,6 @@ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.748.tgz", "integrity": "sha512-fmIKfYALVeEybk/L2ucdgt7jN3JsbGtg3K9pmF/MRWgkeADBI1VSAa5IzdG2gZwTxsnsrFtdMpOTSM5mrBRKVQ==" }, - "node_modules/elegant-spinner": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz", - "integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/elliptic": { "version": "6.5.4", "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", @@ -13154,19 +11281,6 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/env-ci": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-5.0.2.tgz", - "integrity": "sha512-Xc41mKvjouTXD3Oy9AqySz1IeyvJvHZ20Twf5ZLYbNpPPIuCnL/qHCmNlD01LoNy0JTunw9HPYVptD19Ac7Mbw==", - "dev": true, - "dependencies": { - "execa": "^4.0.0", - "java-properties": "^1.0.0" - }, - "engines": { - "node": ">=10.13" - } - }, "node_modules/envinfo": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", @@ -13270,12 +11384,6 @@ "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" }, - "node_modules/es6-error": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", - "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", - "dev": true - }, "node_modules/es6-iterator": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", @@ -15811,15 +13919,6 @@ "url": "https://github.com/sponsors/jaydenseric" } }, - "node_modules/extract-stack": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/extract-stack/-/extract-stack-2.0.0.tgz", - "integrity": "sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/extsprintf": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", @@ -19253,18 +17352,6 @@ "node": ">=0.10.0" } }, - "node_modules/gaze": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "dev": true, - "dependencies": { - "globule": "^1.0.0" - }, - "engines": { - "node": ">= 4.0.0" - } - }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -19369,57 +17456,6 @@ "omggif": "^1.0.10" } }, - "node_modules/git-parse": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/git-parse/-/git-parse-1.0.4.tgz", - "integrity": "sha512-NSC71SqG6jN0XYPbib8t/mgguVLddw+xvkkLv2EsCFvHfsZjO+ZqMcGoGHHMqfhZllCDDAkOwZESkZEmICj9ZA==", - "dev": true, - "dependencies": { - "byline": "5.0.0", - "util.promisify": "1.0.1" - } - }, - "node_modules/git-parse/node_modules/util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", - "dev": true, - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/git-rev-sync": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/git-rev-sync/-/git-rev-sync-3.0.1.tgz", - "integrity": "sha512-8xZzUwzukIuU3sasgYt3RELc3Ny7o+tbtvitnnU4a4j3djyZNpJ5JmqVX+K7Xv3gE/i7ln3hGdBfZ00T5WWoow==", - "dev": true, - "dependencies": { - "escape-string-regexp": "1.0.5", - "graceful-fs": "4.1.15", - "shelljs": "0.8.4" - } - }, - "node_modules/git-rev-sync/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/git-rev-sync/node_modules/graceful-fs": { - "version": "4.1.15", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", - "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==", - "dev": true - }, "node_modules/git-up": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.2.tgz", @@ -19429,15 +17465,6 @@ "parse-url": "^5.0.0" } }, - "node_modules/git-url-parse": { - "version": "11.4.4", - "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.4.4.tgz", - "integrity": "sha512-Y4o9o7vQngQDIU9IjyCmRJBin5iYjI5u9ZITnddRZpD7dcCFQj2sL2XuMNbLRE4b4B/4ENPsp2Q8P44fjAZ0Pw==", - "dev": true, - "dependencies": { - "git-up": "^4.0.0" - } - }, "node_modules/github-from-package": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", @@ -19492,39 +17519,6 @@ "process": "^0.11.10" } }, - "node_modules/global-agent": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-2.2.0.tgz", - "integrity": "sha512-+20KpaW6DDLqhG7JDiJpD1JvNvb8ts+TNl7BPOYcURqCrXqnN1Vf+XVOrkKJAFPqfX+oEhsdzOj1hLWkBTdNJg==", - "dev": true, - "dependencies": { - "boolean": "^3.0.1", - "core-js": "^3.6.5", - "es6-error": "^4.1.1", - "matcher": "^3.0.0", - "roarr": "^2.15.3", - "semver": "^7.3.2", - "serialize-error": "^7.0.1" - }, - "engines": { - "node": ">=10.0" - } - }, - "node_modules/global-agent/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/global-dirs": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", @@ -19594,21 +17588,6 @@ "node": ">=4" } }, - "node_modules/globalthis": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.2.tgz", - "integrity": "sha512-ZQnSFO1la8P7auIOQECnm0sSuoMeaSq0EEdXMBFF2QJO4uNcwbyhSgG3MruWNbFTqCLmxVwGOl7LZ9kASvHdeQ==", - "dev": true, - "dependencies": { - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/globby": { "version": "11.0.3", "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", @@ -19636,20 +17615,6 @@ "node": ">= 4" } }, - "node_modules/globule": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz", - "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==", - "dev": true, - "dependencies": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/got": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/got/-/got-8.3.2.tgz", @@ -19819,6 +17784,22 @@ "express": "^4.16.2" } }, + "node_modules/graphql-schema-typescript": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/graphql-schema-typescript/-/graphql-schema-typescript-1.5.2.tgz", + "integrity": "sha512-r09ycu9BLSeRg8VcEB1Jg2kHeBxeDOdz1iyhA/rja3IcZoau3MRie0203piWI8j+N/KIv60OBPquiEgq1snYAQ==", + "dependencies": { + "camelcase": "^6.2.0", + "yargs": "^16.0.0" + }, + "bin": { + "graphql-schema-typescript": "lib/cli.js" + }, + "peerDependencies": { + "graphql": "^14.0.0", + "typescript": "*" + } + }, "node_modules/graphql-subscriptions": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-1.2.1.tgz", @@ -20286,22 +18267,6 @@ "space-separated-tokens": "^1.0.0" } }, - "node_modules/header-case": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz", - "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==", - "dev": true, - "dependencies": { - "capital-case": "^1.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/header-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/hex-color-regex": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", @@ -20456,36 +18421,6 @@ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==" }, - "node_modules/http-call": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/http-call/-/http-call-5.3.0.tgz", - "integrity": "sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==", - "dev": true, - "dependencies": { - "content-type": "^1.0.4", - "debug": "^4.1.1", - "is-retry-allowed": "^1.1.0", - "is-stream": "^2.0.0", - "parse-json": "^4.0.0", - "tunnel-agent": "^0.6.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/http-call/node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/http-deceiver": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", @@ -20733,15 +18668,6 @@ "url": "https://github.com/sponsors/typicode" } }, - "node_modules/hyperlinker": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz", - "integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -21138,12 +19064,6 @@ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" }, - "node_modules/inflected": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/inflected/-/inflected-2.1.0.tgz", - "integrity": "sha512-hAEKNxvHf2Iq3H60oMBHkB4wl5jn3TPF3+fXek/sRwAB5gP9xWs4r7aweSF95f99HFoz69pnZTcu8f0SIHV18w==", - "dev": true - }, "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -21272,15 +19192,6 @@ "node": ">= 0.4" } }, - "node_modules/interpret": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", - "dev": true, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/into-stream": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz", @@ -21782,27 +19693,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-observable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-observable/-/is-observable-1.1.0.tgz", - "integrity": "sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA==", - "dev": true, - "dependencies": { - "symbol-observable": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/is-observable/node_modules/symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-path-cwd": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", @@ -22253,15 +20143,6 @@ "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=", "dev": true }, - "node_modules/java-properties": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", - "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", - "dev": true, - "engines": { - "node": ">= 0.6.0" - } - }, "node_modules/jest": { "version": "26.6.3", "resolved": "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz", @@ -24762,196 +22643,6 @@ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, - "node_modules/listr": { - "version": "0.14.3", - "resolved": "https://registry.npmjs.org/listr/-/listr-0.14.3.tgz", - "integrity": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==", - "dev": true, - "dependencies": { - "@samverschueren/stream-to-observable": "^0.3.0", - "is-observable": "^1.1.0", - "is-promise": "^2.1.0", - "is-stream": "^1.1.0", - "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.5.0", - "listr-verbose-renderer": "^0.5.0", - "p-map": "^2.0.0", - "rxjs": "^6.3.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/listr-silent-renderer": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz", - "integrity": "sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/listr-update-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.5.0.tgz", - "integrity": "sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA==", - "dev": true, - "dependencies": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^2.3.0", - "strip-ansi": "^3.0.1" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "listr": "^0.14.2" - } - }, - "node_modules/listr-update-renderer/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/listr-update-renderer/node_modules/indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/listr-update-renderer/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr-update-renderer/node_modules/supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/listr-verbose-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.5.0.tgz", - "integrity": "sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw==", - "dev": true, - "dependencies": { - "chalk": "^2.4.1", - "cli-cursor": "^2.1.0", - "date-fns": "^1.27.2", - "figures": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/listr-verbose-renderer/node_modules/date-fns": { - "version": "1.30.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", - "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", - "dev": true - }, - "node_modules/listr-verbose-renderer/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/listr-verbose-renderer/node_modules/figures": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/listr/node_modules/is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", - "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", - "dev": true - }, - "node_modules/listr/node_modules/is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/listr/node_modules/p-map": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/load-bmfont": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz", @@ -24978,62 +22669,6 @@ "node": ">=4" } }, - "node_modules/load-json-file": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz", - "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.15", - "parse-json": "^4.0.0", - "pify": "^4.0.1", - "strip-bom": "^3.0.0", - "type-fest": "^0.3.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/load-json-file/node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/load-json-file/node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/load-json-file/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/load-json-file/node_modules/type-fest": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", - "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/loader-fs-cache": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz", @@ -25149,12 +22784,6 @@ "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" }, - "node_modules/lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", - "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", - "dev": true - }, "node_modules/lodash.clonedeep": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", @@ -25195,12 +22824,6 @@ "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=" }, - "node_modules/lodash.identity": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash.identity/-/lodash.identity-3.0.0.tgz", - "integrity": "sha1-rXvGpOZH15yXLhuA/u968VYmeHY=", - "dev": true - }, "node_modules/lodash.isplainobject": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", @@ -25236,37 +22859,6 @@ "resolved": "https://registry.npmjs.org/lodash.orderby/-/lodash.orderby-4.6.0.tgz", "integrity": "sha1-5pfwTOXXhSL1TZM4syuBozk+TrM=" }, - "node_modules/lodash.pickby": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.pickby/-/lodash.pickby-4.6.0.tgz", - "integrity": "sha1-feoh2MGNdwOifHBMFdO4SmfjOv8=", - "dev": true - }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", - "dev": true - }, - "node_modules/lodash.template": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", - "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", - "dev": true, - "dependencies": { - "lodash._reinterpolate": "^3.0.0", - "lodash.templatesettings": "^4.0.0" - } - }, - "node_modules/lodash.templatesettings": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", - "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", - "dev": true, - "dependencies": { - "lodash._reinterpolate": "^3.0.0" - } - }, "node_modules/lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", @@ -25282,158 +22874,6 @@ "resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz", "integrity": "sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=" }, - "node_modules/lodash.xorby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.xorby/-/lodash.xorby-4.7.0.tgz", - "integrity": "sha1-nBmm+fBjputT3QPBtocXmYAUY9c=", - "dev": true - }, - "node_modules/log-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", - "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", - "dev": true, - "dependencies": { - "chalk": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/log-symbols/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/log-symbols/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/log-symbols/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/log-update": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-2.3.0.tgz", - "integrity": "sha1-iDKP19HOeTiykoN0bwsbwSayRwg=", - "dev": true, - "dependencies": { - "ansi-escapes": "^3.0.0", - "cli-cursor": "^2.0.0", - "wrap-ansi": "^3.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-update/node_modules/wrap-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-3.0.1.tgz", - "integrity": "sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo=", - "dev": true, - "dependencies": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/logalot": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/logalot/-/logalot-2.1.0.tgz", @@ -25664,30 +23104,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/matcher": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", - "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/matcher/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/md5-file": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/md5-file/-/md5-file-5.0.0.tgz", @@ -27000,15 +24416,6 @@ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" }, - "node_modules/natural-orderby": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz", - "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==", - "dev": true, - "engines": { - "node": "*" - } - }, "node_modules/needle": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/needle/-/needle-2.6.0.tgz", @@ -27639,15 +25046,6 @@ "node": ">= 10.12.0" } }, - "node_modules/object-treeify": { - "version": "1.1.33", - "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz", - "integrity": "sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==", - "dev": true, - "engines": { - "node": ">= 10" - } - }, "node_modules/object-visit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", @@ -28264,22 +25662,6 @@ "readable-stream": "^2.1.5" } }, - "node_modules/param-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", - "dev": true, - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/param-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -28595,22 +25977,6 @@ "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" }, - "node_modules/path-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz", - "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==", - "dev": true, - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/path-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/path-dirname": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", @@ -31127,48 +28493,6 @@ "node": ">=8.10.0" } }, - "node_modules/recast": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.20.4.tgz", - "integrity": "sha512-6qLIBGGRcwjrTZGIiBpJVC/NeuXpogXNyRQpqU1zWPUigCphvApoCs9KIwDYh1eDuJ6dAFlQoi/QUyE5KQ6RBQ==", - "dev": true, - "dependencies": { - "ast-types": "0.14.2", - "esprima": "~4.0.0", - "source-map": "~0.6.1", - "tslib": "^2.0.1" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/recast/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/recast/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, - "node_modules/rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", - "dev": true, - "dependencies": { - "resolve": "^1.1.6" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/recursive-readdir": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.1.tgz", @@ -31204,15 +28528,6 @@ "node": ">=8" } }, - "node_modules/redeyed": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz", - "integrity": "sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=", - "dev": true, - "dependencies": { - "esprima": "~4.0.0" - } - }, "node_modules/redux": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/redux/-/redux-4.1.0.tgz", @@ -32096,29 +29411,6 @@ "rlp": "bin/rlp" } }, - "node_modules/roarr": { - "version": "2.15.4", - "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", - "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", - "dev": true, - "dependencies": { - "boolean": "^3.0.1", - "detect-node": "^2.0.4", - "globalthis": "^1.0.1", - "json-stringify-safe": "^5.0.1", - "semver-compare": "^1.0.0", - "sprintf-js": "^1.1.2" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/roarr/node_modules/sprintf-js": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", - "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", - "dev": true - }, "node_modules/rsvp": { "version": "4.8.5", "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", @@ -32752,12 +30044,6 @@ "semver": "bin/semver.js" } }, - "node_modules/semver-compare": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", - "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", - "dev": true - }, "node_modules/semver-diff": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", @@ -32848,50 +30134,6 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" }, - "node_modules/sentence-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz", - "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==", - "dev": true, - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case-first": "^2.0.2" - } - }, - "node_modules/sentence-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, - "node_modules/serialize-error": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", - "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", - "dev": true, - "dependencies": { - "type-fest": "^0.13.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/serialize-error/node_modules/type-fest": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", - "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/serialize-javascript": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", @@ -33527,23 +30769,6 @@ "jsonify": "~0.0.0" } }, - "node_modules/shelljs": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", - "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", - "dev": true, - "dependencies": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "bin": { - "shjs": "bin/shjs" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/shellwords": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", @@ -33728,15 +30953,6 @@ "node": ">=8" } }, - "node_modules/slice-ansi": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", - "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/slugify": { "version": "1.5.3", "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.5.3.tgz", @@ -33745,22 +30961,6 @@ "node": ">=8.0.0" } }, - "node_modules/snake-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", - "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", - "dev": true, - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/snake-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/snapdragon": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", @@ -36135,15 +33335,6 @@ "node": ">=6" } }, - "node_modules/treeify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", - "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==", - "dev": true, - "engines": { - "node": ">=0.6" - } - }, "node_modules/trim": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", @@ -36229,6 +33420,8 @@ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", "dev": true, + "optional": true, + "peer": true, "dependencies": { "arg": "^4.1.0", "diff": "^4.0.1", @@ -36253,7 +33446,9 @@ "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "node_modules/ts-pnp": { "version": "1.2.0", @@ -36317,12 +33512,6 @@ "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" } }, - "node_modules/tty": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tty/-/tty-1.0.1.tgz", - "integrity": "sha1-5ECayYsN0cULWf846G6sPwdk7kU=", - "dev": true - }, "node_modules/tty-browserify": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", @@ -37114,36 +34303,6 @@ "node": ">=8" } }, - "node_modules/upper-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz", - "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==", - "dev": true, - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/upper-case-first": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz", - "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==", - "dev": true, - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/upper-case-first/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, - "node_modules/upper-case/node_modules/tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -37521,50 +34680,6 @@ "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" }, - "node_modules/vscode-jsonrpc": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-4.0.0.tgz", - "integrity": "sha512-perEnXQdQOJMTDFNv+UF3h1Y0z4iSiaN9jIlb0OqIYgosPCZGYh/MCUlkFtV2668PL69lRDO32hmvL2yiidUYg==", - "dev": true, - "engines": { - "node": ">=8.0.0 || >=10.0.0" - } - }, - "node_modules/vscode-languageserver": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-5.2.1.tgz", - "integrity": "sha512-GuayqdKZqAwwaCUjDvMTAVRPJOp/SLON3mJ07eGsx/Iq9HjRymhKWztX41rISqDKhHVVyFM+IywICyZDla6U3A==", - "dev": true, - "dependencies": { - "vscode-languageserver-protocol": "3.14.1", - "vscode-uri": "^1.0.6" - }, - "bin": { - "installServerIntoExtension": "bin/installServerIntoExtension" - } - }, - "node_modules/vscode-languageserver-protocol": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.14.1.tgz", - "integrity": "sha512-IL66BLb2g20uIKog5Y2dQ0IiigW0XKrvmWiOvc0yXw80z3tMEzEnHjaGAb3ENuU7MnQqgnYJ1Cl2l9RvNgDi4g==", - "dev": true, - "dependencies": { - "vscode-jsonrpc": "^4.0.0", - "vscode-languageserver-types": "3.14.0" - } - }, - "node_modules/vscode-languageserver-types": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.14.0.tgz", - "integrity": "sha512-lTmS6AlAlMHOvPQemVwo3CezxBp0sNB95KNPkqp3Nxd5VFEnuG1ByM0zlRWos0zjO3ZWtkvhal0COgiV1xIA4A==", - "dev": true - }, - "node_modules/vscode-uri": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-1.0.6.tgz", - "integrity": "sha512-sLI2L0uGov3wKVb9EB+vIQBl9tVP90nqRvxSoJ35vI3NjxE8jfsE5DSOhWgSunHSZmKS4OCi2jrtfxK7uyp2ww==", - "dev": true - }, "node_modules/w3c-hr-time": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", @@ -40452,20 +37567,6 @@ "node": ">=8" } }, - "node_modules/yarn": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.10.tgz", - "integrity": "sha512-IanQGI9RRPAN87VGTF7zs2uxkSyQSrSPsju0COgbsKQOOXr5LtcVPeyXWgwVa0ywG3d8dg6kSYKGBuYK021qeA==", - "dev": true, - "hasInstallScript": true, - "bin": { - "yarn": "bin/yarn.js", - "yarnpkg": "bin/yarn.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, "node_modules/yauzl": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", @@ -40804,58 +37905,6 @@ "zen-observable": "^0.8.14" } }, - "@apollo/federation": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.25.0.tgz", - "integrity": "sha512-HspsFSatOhBwDSbYq7WyrtalhX98ShOrzT1Knwj/VHLGfFbLsbREpx191S8D2Wr6ew8LhqCcUkfNrrTBB1l3XA==", - "dev": true, - "requires": { - "apollo-graphql": "^0.9.2", - "lodash.xorby": "^4.7.0" - } - }, - "@apollographql/apollo-tools": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@apollographql/apollo-tools/-/apollo-tools-0.5.1.tgz", - "integrity": "sha512-ZII+/xUFfb9ezDU2gad114+zScxVFMVlZ91f8fGApMzlS1kkqoyLnC4AJaQ1Ya/X+b63I20B4Gd+eCL8QuB4sA==", - "dev": true - }, - "@apollographql/graphql-language-service-interface": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-language-service-interface/-/graphql-language-service-interface-2.0.2.tgz", - "integrity": "sha512-28wePK0hlIVjgmvMXMAUq8qRSjz9O+6lqFp4PzOTHtfJfSsjVe9EfjF98zTpHsTgT3HcOxmbqDZZy8jlXtOqEA==", - "dev": true, - "requires": { - "@apollographql/graphql-language-service-parser": "^2.0.0", - "@apollographql/graphql-language-service-types": "^2.0.0", - "@apollographql/graphql-language-service-utils": "^2.0.2" - } - }, - "@apollographql/graphql-language-service-parser": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-language-service-parser/-/graphql-language-service-parser-2.0.2.tgz", - "integrity": "sha512-rpTPrEJu1PMaRQxz5P8BZWsixNNhYloS0H0dwTxNBuE3qctbARvR7o8UCKLsmKgTbo+cz3T3a6IAsWlkHgMWGg==", - "dev": true, - "requires": { - "@apollographql/graphql-language-service-types": "^2.0.0" - } - }, - "@apollographql/graphql-language-service-types": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-language-service-types/-/graphql-language-service-types-2.0.2.tgz", - "integrity": "sha512-vE+Dz8pG+Xa1Z2nMl82LoO66lQ6JqBUjaXqLDvS3eMjvA3N4hf+YUDOWfPdNZ0zjhHhHXzUIIZCkax6bXfFbzQ==", - "dev": true, - "requires": {} - }, - "@apollographql/graphql-language-service-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-language-service-utils/-/graphql-language-service-utils-2.0.2.tgz", - "integrity": "sha512-fDj5rWlTi/czvUS5t7V7I45Ai6bOO3Z7JARYj21Y2xxfbRGtJi6h8FvLX0N/EbzQgo/fiZc/HAhtfwn+OCjD7A==", - "dev": true, - "requires": { - "@apollographql/graphql-language-service-types": "^2.0.0" - } - }, "@ardatan/aggregate-error": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/@ardatan/aggregate-error/-/aggregate-error-0.0.6.tgz", @@ -42013,18 +39062,6 @@ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" }, - "@endemolshinegroup/cosmiconfig-typescript-loader": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.2.tgz", - "integrity": "sha512-ZHkXKq2XFFmAUdmSZrmqUSIrRM4O9gtkdpxMmV+LQl7kScUnbo6pMnXu6+FTDgZ12aW6SDoZoOJfS56WD+Eu6A==", - "dev": true, - "requires": { - "lodash.get": "^4", - "make-error": "^1", - "ts-node": "^8", - "tslib": "^1" - } - }, "@eslint/eslintrc": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz", @@ -43556,7 +40593,6 @@ "node-abort-controller": "^2.0.0", "save-file": "^2.3.1", "uuid": "^8.3.2", - "web3": "^1.3.5", "web3-eth-contract": "^1.3.6" } }, @@ -43565,705 +40601,6 @@ "resolved": "https://registry.npmjs.org/@oceanprotocol/typographies/-/typographies-0.1.0.tgz", "integrity": "sha512-kMsZsqvzpz9KzVbVZzllwhPoIC3zbqsdRrClagZL/C2PHzgLrKGC1kYn3gPt0RMIFg9ZjrwieKaxlgIK9i9zzg==" }, - "@oclif/color": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@oclif/color/-/color-0.1.2.tgz", - "integrity": "sha512-M9o+DOrb8l603qvgz1FogJBUGLqcMFL1aFg2ZEL0FbXJofiNTLOWIeB4faeZTLwE6dt0xH9GpCVpzksMMzGbmA==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "chalk": "^3.0.0", - "strip-ansi": "^5.2.0", - "supports-color": "^5.4.0", - "tslib": "^1" - }, - "dependencies": { - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - } - } - }, - "@oclif/command": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.0.tgz", - "integrity": "sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==", - "dev": true, - "requires": { - "@oclif/config": "^1.15.1", - "@oclif/errors": "^1.3.3", - "@oclif/parser": "^3.8.3", - "@oclif/plugin-help": "^3", - "debug": "^4.1.1", - "semver": "^7.3.2" - }, - "dependencies": { - "@oclif/plugin-help": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.2.tgz", - "integrity": "sha512-SPZ8U8PBYK0n4srFjCLedk0jWU4QlxgEYLCXIBShJgOwPhTTQknkUlsEwaMIevvCU4iCQZhfMX+D8Pz5GZjFgA==", - "dev": true, - "requires": { - "@oclif/command": "^1.5.20", - "@oclif/config": "^1.15.1", - "@oclif/errors": "^1.2.2", - "chalk": "^4.1.0", - "indent-string": "^4.0.0", - "lodash.template": "^4.4.0", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "widest-line": "^3.1.0", - "wrap-ansi": "^4.0.0" - } - }, - "chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - } - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "string-width": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "dev": true, - "requires": { - "string-width": "^4.0.0" - } - }, - "wrap-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-4.0.0.tgz", - "integrity": "sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - } - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "requires": { - "ansi-regex": "^3.0.0" - } - } - } - } - } - }, - "@oclif/config": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.17.0.tgz", - "integrity": "sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==", - "dev": true, - "requires": { - "@oclif/errors": "^1.3.3", - "@oclif/parser": "^3.8.0", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-wsl": "^2.1.1", - "tslib": "^2.0.0" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, - "@oclif/errors": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.4.tgz", - "integrity": "sha512-pJKXyEqwdfRTUdM8n5FIHiQQHg5ETM0Wlso8bF9GodczO40mF5Z3HufnYWJE7z8sGKxOeJCdbAVZbS8Y+d5GCw==", - "dev": true, - "requires": { - "clean-stack": "^3.0.0", - "fs-extra": "^8.1", - "indent-string": "^4.0.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - } - } - }, - "@oclif/linewrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz", - "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==", - "dev": true - }, - "@oclif/parser": { - "version": "3.8.5", - "resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.5.tgz", - "integrity": "sha512-yojzeEfmSxjjkAvMRj0KzspXlMjCfBzNRPkWw8ZwOSoNWoJn+OCS/m/S+yfV6BvAM4u2lTzX9Y5rCbrFIgkJLg==", - "dev": true, - "requires": { - "@oclif/errors": "^1.2.2", - "@oclif/linewrap": "^1.0.0", - "chalk": "^2.4.2", - "tslib": "^1.9.3" - } - }, - "@oclif/plugin-autocomplete": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-0.3.0.tgz", - "integrity": "sha512-gCuIUCswvoU1BxDDvHSUGxW8rFagiacle8jHqE49+WnuniXD/N8NmJvnzmlNyc8qLE192CnKK+qYyAF+vaFQBg==", - "dev": true, - "requires": { - "@oclif/command": "^1.5.13", - "@oclif/config": "^1.13.0", - "chalk": "^4.1.0", - "cli-ux": "^5.2.1", - "debug": "^4.0.0", - "fs-extra": "^9.0.1", - "moment": "^2.22.1" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "dev": true - } - } - }, - "@oclif/plugin-help": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.3.tgz", - "integrity": "sha512-bGHUdo5e7DjPJ0vTeRBMIrfqTRDBfyR5w0MP41u0n3r7YG5p14lvMmiCXxi6WDaP2Hw5nqx3PnkAIntCKZZN7g==", - "dev": true, - "requires": { - "@oclif/command": "^1.5.13", - "chalk": "^2.4.1", - "indent-string": "^4.0.0", - "lodash.template": "^4.4.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0", - "widest-line": "^2.0.1", - "wrap-ansi": "^4.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true - }, - "wrap-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-4.0.0.tgz", - "integrity": "sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - } - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "requires": { - "ansi-regex": "^3.0.0" - } - } - } - } - } - }, - "@oclif/plugin-not-found": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.4.tgz", - "integrity": "sha512-G440PCuMi/OT8b71aWkR+kCWikngGtyRjOR24sPMDbpUFV4+B3r51fz1fcqeUiiEOYqUpr0Uy/sneUe1O/NfBg==", - "dev": true, - "requires": { - "@oclif/color": "^0.x", - "@oclif/command": "^1.6.0", - "cli-ux": "^4.9.0", - "fast-levenshtein": "^2.0.6", - "lodash": "^4.17.13" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true - }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true - }, - "cli-ux": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-4.9.3.tgz", - "integrity": "sha512-/1owvF0SZ5Gn54cgrikJ0QskgTzeg30HGjkmjFoaHDJzAqFpuX1DBpFR8aLvsE1J5s9MgeYRENQK4BFwOag5VA==", - "dev": true, - "requires": { - "@oclif/errors": "^1.2.2", - "@oclif/linewrap": "^1.0.0", - "@oclif/screen": "^1.0.3", - "ansi-escapes": "^3.1.0", - "ansi-styles": "^3.2.1", - "cardinal": "^2.1.1", - "chalk": "^2.4.1", - "clean-stack": "^2.0.0", - "extract-stack": "^1.0.0", - "fs-extra": "^7.0.0", - "hyperlinker": "^1.0.0", - "indent-string": "^3.2.0", - "is-wsl": "^1.1.0", - "lodash": "^4.17.11", - "password-prompt": "^1.0.7", - "semver": "^5.6.0", - "strip-ansi": "^5.0.0", - "supports-color": "^5.5.0", - "supports-hyperlinks": "^1.0.1", - "treeify": "^1.1.0", - "tslib": "^1.9.3" - } - }, - "extract-stack": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/extract-stack/-/extract-stack-1.0.0.tgz", - "integrity": "sha1-uXrK+UQe6iMyUpYktzL8WhyBZfo=", - "dev": true - }, - "fs-extra": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "has-flag": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", - "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=", - "dev": true - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "supports-hyperlinks": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-1.0.1.tgz", - "integrity": "sha512-HHi5kVSefKaJkGYXbDuKbUGRVxqnWGn3J2e39CYcNJEfWciGq2zYtOhXLTlvrOZW1QU7VX67w7fMmWafHX9Pfw==", - "dev": true, - "requires": { - "has-flag": "^2.0.0", - "supports-color": "^5.0.0" - } - } - } - }, - "@oclif/plugin-plugins": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.10.0.tgz", - "integrity": "sha512-lfHNiuuCrCUtH9A912T/ztxRA9lS1lCZm+gcmVWksIJG/gwKH/fMn+GdLTbRzU2k6ojtMhBblYk1RWKxUEJuzA==", - "dev": true, - "requires": { - "@oclif/color": "^0.x", - "@oclif/command": "^1.5.12", - "@oclif/errors": "^1.2.2", - "chalk": "^4.1.0", - "cli-ux": "^5.2.1", - "debug": "^4.1.0", - "fs-extra": "^9.0", - "http-call": "^5.2.2", - "load-json-file": "^5.2.0", - "npm-run-path": "^4.0.1", - "semver": "^7.3.2", - "tslib": "^2.0.0", - "yarn": "^1.21.1" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dev": true, - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - }, - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "dev": true - } - } - }, - "@oclif/plugin-warn-if-update-available": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-1.7.0.tgz", - "integrity": "sha512-Nwyz3BJ8RhsfQ+OmFSsJSPIfn5YJqMrCzPh72Zgo2jqIjKIBWD8N9vTTe4kZlpeUUn77SyXFfwlBQbNCL5OEuQ==", - "dev": true, - "requires": { - "@oclif/command": "^1.5.10", - "@oclif/config": "^1.12.8", - "@oclif/errors": "^1.2.2", - "chalk": "^2.4.1", - "debug": "^4.1.0", - "fs-extra": "^7.0.0", - "http-call": "^5.2.2", - "lodash.template": "^4.4.0", - "semver": "^5.6.0" - }, - "dependencies": { - "fs-extra": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "@oclif/screen": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@oclif/screen/-/screen-1.0.4.tgz", - "integrity": "sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==", - "dev": true - }, "@pedrouid/environment": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@pedrouid/environment/-/environment-1.0.1.tgz", @@ -44475,15 +40812,6 @@ "@react-spring/types": "~9.2.0" } }, - "@samverschueren/stream-to-observable": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz", - "integrity": "sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==", - "dev": true, - "requires": { - "any-observable": "^0.3.0" - } - }, "@sideway/address": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.2.tgz", @@ -45452,6 +41780,12 @@ "wonka": "^4.0.14" } }, + "@urql/introspection": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@urql/introspection/-/introspection-0.3.0.tgz", + "integrity": "sha512-dw87YiSmCgEUFnWj7fYu+wnrFcSEhYyQ8DykTvL1UzCKPm9uLDeey1z0yiSxZeX2qP9oD+TSGIq+61AZHhQO0w==", + "requires": {} + }, "@use-it/event-listener": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/@use-it/event-listener/-/event-listener-0.1.6.tgz", @@ -45966,23 +42300,11 @@ "color-convert": "^1.9.0" } }, - "ansicolors": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", - "integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=", - "dev": true - }, "any-base": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz", "integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==" }, - "any-observable": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/any-observable/-/any-observable-0.3.0.tgz", - "integrity": "sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog==", - "dev": true - }, "anymatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", @@ -45992,300 +42314,6 @@ "picomatch": "^2.0.4" } }, - "apollo": { - "version": "2.33.4", - "resolved": "https://registry.npmjs.org/apollo/-/apollo-2.33.4.tgz", - "integrity": "sha512-XSsJVYzYLfwGjf6sGJvCtBImqTTVPXDAaz+KbPTs7fe4PYJS6ZDbChIEE9JmmW+BkEdQubM4sQUekwWVJwap7w==", - "dev": true, - "requires": { - "@apollographql/apollo-tools": "^0.5.1", - "@oclif/command": "1.8.0", - "@oclif/config": "1.17.0", - "@oclif/errors": "1.3.4", - "@oclif/plugin-autocomplete": "0.3.0", - "@oclif/plugin-help": "2.2.3", - "@oclif/plugin-not-found": "1.2.4", - "@oclif/plugin-plugins": "1.10.0", - "@oclif/plugin-warn-if-update-available": "1.7.0", - "apollo-codegen-core": "^0.40.3", - "apollo-codegen-flow": "^0.38.3", - "apollo-codegen-scala": "^0.39.3", - "apollo-codegen-swift": "^0.40.3", - "apollo-codegen-typescript": "^0.40.3", - "apollo-env": "^0.10.0", - "apollo-graphql": "^0.9.3", - "apollo-language-server": "^1.26.3", - "chalk": "2.4.2", - "cli-ux": "5.5.1", - "env-ci": "5.0.2", - "gaze": "1.1.3", - "git-parse": "1.0.4", - "git-rev-sync": "3.0.1", - "git-url-parse": "11.4.4", - "glob": "7.1.5", - "global-agent": "2.2.0", - "graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0", - "graphql-tag": "2.12.4", - "listr": "0.14.3", - "lodash.identity": "3.0.0", - "lodash.pickby": "4.6.0", - "mkdirp": "1.0.4", - "moment": "2.29.1", - "strip-ansi": "5.2.0", - "table": "6.6.0", - "tty": "1.0.1", - "vscode-uri": "1.0.6" - } - }, - "apollo-codegen-core": { - "version": "0.40.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-core/-/apollo-codegen-core-0.40.3.tgz", - "integrity": "sha512-4xpMxjw0Vjt1fjlWqf3uPPnl4eF93L2aZpNwmlR0hdZ3FKHKEBubvKkF4vdKWB6rvY+HRLD6l7bFOPyGhe0SZg==", - "dev": true, - "requires": { - "@babel/generator": "7.14.2", - "@babel/parser": "^7.1.3", - "@babel/types": "7.14.2", - "apollo-env": "^0.10.0", - "apollo-language-server": "^1.26.3", - "ast-types": "^0.14.0", - "common-tags": "^1.5.1", - "recast": "^0.20.0" - }, - "dependencies": { - "@babel/generator": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.2.tgz", - "integrity": "sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==", - "dev": true, - "requires": { - "@babel/types": "^7.14.2", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - } - }, - "@babel/types": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz", - "integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.14.0", - "to-fast-properties": "^2.0.0" - } - } - } - }, - "apollo-codegen-flow": { - "version": "0.38.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-flow/-/apollo-codegen-flow-0.38.3.tgz", - "integrity": "sha512-qdfjj6ufwDvXeCHaBnPnMAlcySoArz09O/uYaHfRg1In17q+OSbp51vWxxr4czRXZccAN8GzS5nsxgj8vVFCHA==", - "dev": true, - "requires": { - "@babel/generator": "7.14.2", - "@babel/types": "7.14.2", - "apollo-codegen-core": "^0.40.3", - "change-case": "^4.0.0", - "common-tags": "^1.5.1", - "inflected": "^2.0.3" - }, - "dependencies": { - "@babel/generator": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.2.tgz", - "integrity": "sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==", - "dev": true, - "requires": { - "@babel/types": "^7.14.2", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - } - }, - "@babel/types": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz", - "integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.14.0", - "to-fast-properties": "^2.0.0" - } - } - } - }, - "apollo-codegen-scala": { - "version": "0.39.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-scala/-/apollo-codegen-scala-0.39.3.tgz", - "integrity": "sha512-XF92uHvsrHNb7z86XdVatMuP/Bd1EAui1BT7KksmmraV5k/x/dk7pdAt+1BIrqDh7bL2HK0dbTczhqs/lFNf7Q==", - "dev": true, - "requires": { - "apollo-codegen-core": "^0.40.3", - "change-case": "^4.0.0", - "common-tags": "^1.5.1", - "inflected": "^2.0.3" - } - }, - "apollo-codegen-swift": { - "version": "0.40.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-swift/-/apollo-codegen-swift-0.40.3.tgz", - "integrity": "sha512-OyPAvTlKhFdqXemRQjLSFP02FnJXZBuueaPlw2AKUFJwe28YlgPsORCkOMEzShLRT+LD9LXCaYb8zsgjjcATqQ==", - "dev": true, - "requires": { - "apollo-codegen-core": "^0.40.3", - "change-case": "^4.0.0", - "common-tags": "^1.5.1", - "inflected": "^2.0.3" - } - }, - "apollo-codegen-typescript": { - "version": "0.40.3", - "resolved": "https://registry.npmjs.org/apollo-codegen-typescript/-/apollo-codegen-typescript-0.40.3.tgz", - "integrity": "sha512-unzsNvdhbVAlH31OAQGewA8ylsbdoMXpyeE+4pHix58CUklQ9RttcD7JT4HA6Li30Frh8k1xs9JERHvMUA2SVw==", - "dev": true, - "requires": { - "@babel/generator": "7.14.2", - "@babel/types": "7.14.2", - "apollo-codegen-core": "^0.40.3", - "change-case": "^4.0.0", - "common-tags": "^1.5.1", - "inflected": "^2.0.3" - }, - "dependencies": { - "@babel/generator": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.2.tgz", - "integrity": "sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==", - "dev": true, - "requires": { - "@babel/types": "^7.14.2", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - } - }, - "@babel/types": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz", - "integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.14.0", - "to-fast-properties": "^2.0.0" - } - } - } - }, - "apollo-datasource": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/apollo-datasource/-/apollo-datasource-0.9.0.tgz", - "integrity": "sha512-y8H99NExU1Sk4TvcaUxTdzfq2SZo6uSj5dyh75XSQvbpH6gdAXIW9MaBcvlNC7n0cVPsidHmOcHOWxJ/pTXGjA==", - "dev": true, - "requires": { - "apollo-server-caching": "^0.7.0", - "apollo-server-env": "^3.1.0" - } - }, - "apollo-env": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/apollo-env/-/apollo-env-0.10.0.tgz", - "integrity": "sha512-7Geot+eyOl4jzPi9beiszeDmEEVZOVT11LSlkQluF5eaCNaIvld+xklZxITZGI/Wr+PQX380YJgQt1ndR2GtOg==", - "dev": true, - "requires": { - "@types/node-fetch": "^2.5.10", - "core-js": "^3.0.1", - "node-fetch": "^2.6.1", - "sha.js": "^2.4.11" - } - }, - "apollo-graphql": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/apollo-graphql/-/apollo-graphql-0.9.3.tgz", - "integrity": "sha512-rcAl2E841Iko4kSzj4Pt3PRBitmyq1MvoEmpl04TQSpGnoVgl1E/ZXuLBYxMTSnEAm7umn2IsoY+c6Ll9U/10A==", - "dev": true, - "requires": { - "core-js-pure": "^3.10.2", - "lodash.sortby": "^4.7.0", - "sha.js": "^2.4.11" - } - }, - "apollo-language-server": { - "version": "1.26.3", - "resolved": "https://registry.npmjs.org/apollo-language-server/-/apollo-language-server-1.26.3.tgz", - "integrity": "sha512-gVe3wN+cVxrEeLgYJVAf7s1V4YszXjDxZKS0oHUzCrSfH9JDroPwXfiZa6JK540wtx1l18Cpl71gJ++/aYaoNQ==", - "dev": true, - "requires": { - "@apollo/federation": "0.25.0", - "@apollographql/apollo-tools": "^0.5.1", - "@apollographql/graphql-language-service-interface": "^2.0.2", - "@endemolshinegroup/cosmiconfig-typescript-loader": "^1.0.0", - "apollo-datasource": "^0.9.0", - "apollo-env": "^0.10.0", - "apollo-graphql": "^0.9.3", - "apollo-link": "^1.2.3", - "apollo-link-context": "^1.0.9", - "apollo-link-error": "^1.1.1", - "apollo-link-http": "^1.5.5", - "apollo-server-errors": "^2.0.2", - "await-to-js": "^2.0.1", - "core-js": "^3.0.1", - "cosmiconfig": "^5.0.6", - "dotenv": "^8.0.0", - "glob": "^7.1.3", - "graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0", - "graphql-tag": "^2.10.1", - "lodash.debounce": "^4.0.8", - "lodash.merge": "^4.6.1", - "minimatch": "^3.0.4", - "moment": "2.29.1", - "vscode-languageserver": "^5.1.0", - "vscode-uri": "1.0.6" - }, - "dependencies": { - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "dev": true, - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - } - }, - "dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", - "dev": true - }, - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", - "dev": true, - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "dev": true - } - } - }, "apollo-link": { "version": "1.2.14", "resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.14.tgz", @@ -46307,27 +42335,6 @@ } } }, - "apollo-link-context": { - "version": "1.0.20", - "resolved": "https://registry.npmjs.org/apollo-link-context/-/apollo-link-context-1.0.20.tgz", - "integrity": "sha512-MLLPYvhzNb8AglNsk2NcL9AvhO/Vc9hn2ZZuegbhRHGet3oGr0YH9s30NS9+ieoM0sGT11p7oZ6oAILM/kiRBA==", - "dev": true, - "requires": { - "apollo-link": "^1.2.14", - "tslib": "^1.9.3" - } - }, - "apollo-link-error": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/apollo-link-error/-/apollo-link-error-1.1.13.tgz", - "integrity": "sha512-jAZOOahJU6bwSqb2ZyskEK1XdgUY9nkmeclCrW7Gddh1uasHVqmoYc4CKdb0/H0Y1J9lvaXKle2Wsw/Zx1AyUg==", - "dev": true, - "requires": { - "apollo-link": "^1.2.14", - "apollo-link-http-common": "^0.2.16", - "tslib": "^1.9.3" - } - }, "apollo-link-http": { "version": "1.5.17", "resolved": "https://registry.npmjs.org/apollo-link-http/-/apollo-link-http-1.5.17.tgz", @@ -46358,32 +42365,6 @@ } } }, - "apollo-server-caching": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/apollo-server-caching/-/apollo-server-caching-0.7.0.tgz", - "integrity": "sha512-MsVCuf/2FxuTFVhGLK13B+TZH9tBd2qkyoXKKILIiGcZ5CDUEBO14vIV63aNkMkS1xxvK2U4wBcuuNj/VH2Mkw==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "apollo-server-env": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/apollo-server-env/-/apollo-server-env-3.1.0.tgz", - "integrity": "sha512-iGdZgEOAuVop3vb0F2J3+kaBVi4caMoxefHosxmgzAbbSpvWehB8Y1QiSyyMeouYC38XNVk5wnZl+jdGSsWsIQ==", - "dev": true, - "requires": { - "node-fetch": "^2.6.1", - "util.promisify": "^1.0.0" - } - }, - "apollo-server-errors": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/apollo-server-errors/-/apollo-server-errors-2.5.0.tgz", - "integrity": "sha512-lO5oTjgiC3vlVg2RKr3RiXIIQ5pGXBFxYGGUkKDhTud3jMIhs+gel8L8zsEjKaKxkjHhCQAA/bcEfYiKkGQIvA==", - "dev": true, - "requires": {} - }, "apollo-upload-client": { "version": "14.1.3", "resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-14.1.3.tgz", @@ -46643,23 +42624,6 @@ "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" }, - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "dev": true, - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "ast-types-flow": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", @@ -46786,12 +42750,6 @@ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.4.tgz", "integrity": "sha512-SA5mXJWrId1TaQjfxUYghbqQ/hYioKmLJvPJyDuYRtXXenFNMjj4hSSt1Cf1xsuXSXrtxrVC5Ot4eU6cOtBDdA==" }, - "await-to-js": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/await-to-js/-/await-to-js-2.1.1.tgz", - "integrity": "sha512-CHBC6gQGCIzjZ09tJ+XmpQoZOn4GdWePB4qUweCaKNJ0D3f115YdhmYVTZ4rMVpiJ3cFzZcTYK1VMYEICV4YXw==", - "dev": true - }, "aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", @@ -47802,12 +43760,6 @@ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, - "boolean": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.1.0.tgz", - "integrity": "sha512-K6r5tvO1ykeYerI7jIyTvSFw2l6D6DzqkljGj2E2uyYAAdDo2SV4qGJIV75cHIQpTFyb6BB0BEHiDdDrFsNI+g==", - "dev": true - }, "boxen": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", @@ -48148,12 +44100,6 @@ "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" }, - "byline": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz", - "integrity": "sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=", - "dev": true - }, "bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", @@ -48402,25 +44348,6 @@ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001234.tgz", "integrity": "sha512-a3gjUVKkmwLdNysa1xkUAwN2VfJUJyVW47rsi3aCbkRCtbHAfo+rOsCqVw29G6coQ8gzAPb5XBXwiGHwme3isA==" }, - "capital-case": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz", - "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==", - "dev": true, - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case-first": "^2.0.2" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "capture-exit": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", @@ -48430,16 +44357,6 @@ "rsvp": "^4.8.4" } }, - "cardinal": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", - "integrity": "sha1-fMEFXYItISlU0HsIXeolHMe8VQU=", - "dev": true, - "requires": { - "ansicolors": "~0.3.2", - "redeyed": "~2.1.0" - } - }, "caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", @@ -48478,34 +44395,6 @@ } } }, - "change-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz", - "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==", - "dev": true, - "requires": { - "camel-case": "^4.1.2", - "capital-case": "^1.0.4", - "constant-case": "^3.0.4", - "dot-case": "^3.0.4", - "header-case": "^2.0.4", - "no-case": "^3.0.4", - "param-case": "^3.0.4", - "pascal-case": "^3.1.2", - "path-case": "^3.0.4", - "sentence-case": "^3.0.4", - "snake-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "char-regex": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", @@ -48731,23 +44620,6 @@ "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, - "clean-stack": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-3.0.1.tgz", - "integrity": "sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==", - "dev": true, - "requires": { - "escape-string-regexp": "4.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true - } - } - }, "cli-boxes": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", @@ -48761,223 +44633,6 @@ "restore-cursor": "^2.0.0" } }, - "cli-progress": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.0.tgz", - "integrity": "sha512-g7rLWfhAo/7pF+a/STFH/xPyosaL1zgADhI0OM83hl3c7S43iGvJWEAV2QuDOnQ8i6EMBj/u4+NTd0d5L+4JfA==", - "dev": true, - "requires": { - "colors": "^1.1.2", - "string-width": "^4.2.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "string-width": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - } - } - }, - "cli-truncate": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz", - "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=", - "dev": true, - "requires": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - } - } - }, - "cli-ux": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.5.1.tgz", - "integrity": "sha512-t3DT1U1C3rArLGYLpKa3m9dr/8uKZRI8HRm/rXKL7UTjm4c+Yd9zHNWg1tP8uaJkUbhmvx5SQHwb3VWpPUVdHQ==", - "dev": true, - "requires": { - "@oclif/command": "^1.6.0", - "@oclif/errors": "^1.2.1", - "@oclif/linewrap": "^1.0.0", - "@oclif/screen": "^1.0.3", - "ansi-escapes": "^4.3.0", - "ansi-styles": "^4.2.0", - "cardinal": "^2.1.1", - "chalk": "^4.1.0", - "clean-stack": "^3.0.0", - "cli-progress": "^3.4.0", - "extract-stack": "^2.0.0", - "fs-extra": "^8.1", - "hyperlinker": "^1.0.0", - "indent-string": "^4.0.0", - "is-wsl": "^2.2.0", - "js-yaml": "^3.13.1", - "lodash": "^4.17.11", - "natural-orderby": "^2.0.1", - "object-treeify": "^1.1.4", - "password-prompt": "^1.1.2", - "semver": "^7.3.2", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "supports-color": "^7.1.0", - "supports-hyperlinks": "^2.1.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "string-width": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "cli-width": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", @@ -49215,12 +44870,6 @@ "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==" }, - "colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "dev": true - }, "combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -49364,25 +45013,6 @@ "resolved": "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz", "integrity": "sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ=" }, - "constant-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz", - "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==", - "dev": true, - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case": "^2.0.2" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "constants-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", @@ -50769,24 +46399,6 @@ "domelementtype": "1" } }, - "dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "dev": true, - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "dot-prop": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", @@ -50964,12 +46576,6 @@ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.748.tgz", "integrity": "sha512-fmIKfYALVeEybk/L2ucdgt7jN3JsbGtg3K9pmF/MRWgkeADBI1VSAa5IzdG2gZwTxsnsrFtdMpOTSM5mrBRKVQ==" }, - "elegant-spinner": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz", - "integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=", - "dev": true - }, "elliptic": { "version": "6.5.4", "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", @@ -51123,16 +46729,6 @@ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" }, - "env-ci": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-5.0.2.tgz", - "integrity": "sha512-Xc41mKvjouTXD3Oy9AqySz1IeyvJvHZ20Twf5ZLYbNpPPIuCnL/qHCmNlD01LoNy0JTunw9HPYVptD19Ac7Mbw==", - "dev": true, - "requires": { - "execa": "^4.0.0", - "java-properties": "^1.0.0" - } - }, "envinfo": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", @@ -51217,12 +46813,6 @@ } } }, - "es6-error": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", - "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", - "dev": true - }, "es6-iterator": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", @@ -53251,12 +48841,6 @@ "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-9.0.0.tgz", "integrity": "sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==" }, - "extract-stack": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/extract-stack/-/extract-stack-2.0.0.tgz", - "integrity": "sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ==", - "dev": true - }, "extsprintf": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", @@ -55872,15 +51456,6 @@ } } }, - "gaze": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "dev": true, - "requires": { - "globule": "^1.0.0" - } - }, "gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -55955,55 +51530,6 @@ "omggif": "^1.0.10" } }, - "git-parse": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/git-parse/-/git-parse-1.0.4.tgz", - "integrity": "sha512-NSC71SqG6jN0XYPbib8t/mgguVLddw+xvkkLv2EsCFvHfsZjO+ZqMcGoGHHMqfhZllCDDAkOwZESkZEmICj9ZA==", - "dev": true, - "requires": { - "byline": "5.0.0", - "util.promisify": "1.0.1" - }, - "dependencies": { - "util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", - "dev": true, - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - } - } - } - }, - "git-rev-sync": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/git-rev-sync/-/git-rev-sync-3.0.1.tgz", - "integrity": "sha512-8xZzUwzukIuU3sasgYt3RELc3Ny7o+tbtvitnnU4a4j3djyZNpJ5JmqVX+K7Xv3gE/i7ln3hGdBfZ00T5WWoow==", - "dev": true, - "requires": { - "escape-string-regexp": "1.0.5", - "graceful-fs": "4.1.15", - "shelljs": "0.8.4" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "graceful-fs": { - "version": "4.1.15", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", - "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==", - "dev": true - } - } - }, "git-up": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.2.tgz", @@ -56013,15 +51539,6 @@ "parse-url": "^5.0.0" } }, - "git-url-parse": { - "version": "11.4.4", - "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.4.4.tgz", - "integrity": "sha512-Y4o9o7vQngQDIU9IjyCmRJBin5iYjI5u9ZITnddRZpD7dcCFQj2sL2XuMNbLRE4b4B/4ENPsp2Q8P44fjAZ0Pw==", - "dev": true, - "requires": { - "git-up": "^4.0.0" - } - }, "github-from-package": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", @@ -56072,32 +51589,6 @@ "process": "^0.11.10" } }, - "global-agent": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-2.2.0.tgz", - "integrity": "sha512-+20KpaW6DDLqhG7JDiJpD1JvNvb8ts+TNl7BPOYcURqCrXqnN1Vf+XVOrkKJAFPqfX+oEhsdzOj1hLWkBTdNJg==", - "dev": true, - "requires": { - "boolean": "^3.0.1", - "core-js": "^3.6.5", - "es6-error": "^4.1.1", - "matcher": "^3.0.0", - "roarr": "^2.15.3", - "semver": "^7.3.2", - "serialize-error": "^7.0.1" - }, - "dependencies": { - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, "global-dirs": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", @@ -56150,15 +51641,6 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" }, - "globalthis": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.2.tgz", - "integrity": "sha512-ZQnSFO1la8P7auIOQECnm0sSuoMeaSq0EEdXMBFF2QJO4uNcwbyhSgG3MruWNbFTqCLmxVwGOl7LZ9kASvHdeQ==", - "dev": true, - "requires": { - "define-properties": "^1.1.3" - } - }, "globby": { "version": "11.0.3", "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", @@ -56179,17 +51661,6 @@ } } }, - "globule": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz", - "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==", - "dev": true, - "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - } - }, "got": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/got/-/got-8.3.2.tgz", @@ -56321,6 +51792,15 @@ "graphql-playground-html": "^1.6.29" } }, + "graphql-schema-typescript": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/graphql-schema-typescript/-/graphql-schema-typescript-1.5.2.tgz", + "integrity": "sha512-r09ycu9BLSeRg8VcEB1Jg2kHeBxeDOdz1iyhA/rja3IcZoau3MRie0203piWI8j+N/KIv60OBPquiEgq1snYAQ==", + "requires": { + "camelcase": "^6.2.0", + "yargs": "^16.0.0" + } + }, "graphql-subscriptions": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-1.2.1.tgz", @@ -56687,24 +52167,6 @@ "space-separated-tokens": "^1.0.0" } }, - "header-case": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz", - "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==", - "dev": true, - "requires": { - "capital-case": "^1.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "hex-color-regex": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", @@ -56839,32 +52301,6 @@ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==" }, - "http-call": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/http-call/-/http-call-5.3.0.tgz", - "integrity": "sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==", - "dev": true, - "requires": { - "content-type": "^1.0.4", - "debug": "^4.1.1", - "is-retry-allowed": "^1.1.0", - "is-stream": "^2.0.0", - "parse-json": "^4.0.0", - "tunnel-agent": "^0.6.0" - }, - "dependencies": { - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - } - } - }, "http-deceiver": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", @@ -57068,12 +52504,6 @@ "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", "dev": true }, - "hyperlinker": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz", - "integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==", - "dev": true - }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -57369,12 +52799,6 @@ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" }, - "inflected": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/inflected/-/inflected-2.1.0.tgz", - "integrity": "sha512-hAEKNxvHf2Iq3H60oMBHkB4wl5jn3TPF3+fXek/sRwAB5gP9xWs4r7aweSF95f99HFoz69pnZTcu8f0SIHV18w==", - "dev": true - }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -57481,12 +52905,6 @@ "side-channel": "^1.0.4" } }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", - "dev": true - }, "into-stream": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz", @@ -57803,23 +53221,6 @@ "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz", "integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==" }, - "is-observable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-observable/-/is-observable-1.1.0.tgz", - "integrity": "sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA==", - "dev": true, - "requires": { - "symbol-observable": "^1.1.0" - }, - "dependencies": { - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", - "dev": true - } - } - }, "is-path-cwd": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", @@ -58154,12 +53555,6 @@ } } }, - "java-properties": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", - "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", - "dev": true - }, "jest": { "version": "26.6.3", "resolved": "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz", @@ -60087,154 +55482,6 @@ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, - "listr": { - "version": "0.14.3", - "resolved": "https://registry.npmjs.org/listr/-/listr-0.14.3.tgz", - "integrity": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==", - "dev": true, - "requires": { - "@samverschueren/stream-to-observable": "^0.3.0", - "is-observable": "^1.1.0", - "is-promise": "^2.1.0", - "is-stream": "^1.1.0", - "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.5.0", - "listr-verbose-renderer": "^0.5.0", - "p-map": "^2.0.0", - "rxjs": "^6.3.3" - }, - "dependencies": { - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", - "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", - "dev": true - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "dev": true - }, - "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", - "dev": true - } - } - }, - "listr-silent-renderer": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz", - "integrity": "sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4=", - "dev": true - }, - "listr-update-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.5.0.tgz", - "integrity": "sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA==", - "dev": true, - "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^2.3.0", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", - "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", - "dev": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - } - } - }, - "listr-verbose-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.5.0.tgz", - "integrity": "sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw==", - "dev": true, - "requires": { - "chalk": "^2.4.1", - "cli-cursor": "^2.1.0", - "date-fns": "^1.27.2", - "figures": "^2.0.0" - }, - "dependencies": { - "date-fns": { - "version": "1.30.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", - "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5" - } - } - } - }, "load-bmfont": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz", @@ -60257,49 +55504,6 @@ } } }, - "load-json-file": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz", - "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.15", - "parse-json": "^4.0.0", - "pify": "^4.0.1", - "strip-bom": "^3.0.0", - "type-fest": "^0.3.0" - }, - "dependencies": { - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", - "dev": true - }, - "type-fest": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", - "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", - "dev": true - } - } - }, "loader-fs-cache": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz", @@ -60393,12 +55597,6 @@ "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", - "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", - "dev": true - }, "lodash.clonedeep": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", @@ -60439,12 +55637,6 @@ "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=" }, - "lodash.identity": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash.identity/-/lodash.identity-3.0.0.tgz", - "integrity": "sha1-rXvGpOZH15yXLhuA/u968VYmeHY=", - "dev": true - }, "lodash.isplainobject": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", @@ -60480,37 +55672,6 @@ "resolved": "https://registry.npmjs.org/lodash.orderby/-/lodash.orderby-4.6.0.tgz", "integrity": "sha1-5pfwTOXXhSL1TZM4syuBozk+TrM=" }, - "lodash.pickby": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.pickby/-/lodash.pickby-4.6.0.tgz", - "integrity": "sha1-feoh2MGNdwOifHBMFdO4SmfjOv8=", - "dev": true - }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", - "dev": true - }, - "lodash.template": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", - "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", - "dev": true, - "requires": { - "lodash._reinterpolate": "^3.0.0", - "lodash.templatesettings": "^4.0.0" - } - }, - "lodash.templatesettings": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", - "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", - "dev": true, - "requires": { - "lodash._reinterpolate": "^3.0.0" - } - }, "lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", @@ -60526,123 +55687,6 @@ "resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz", "integrity": "sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=" }, - "lodash.xorby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.xorby/-/lodash.xorby-4.7.0.tgz", - "integrity": "sha1-nBmm+fBjputT3QPBtocXmYAUY9c=", - "dev": true - }, - "log-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", - "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", - "dev": true, - "requires": { - "chalk": "^1.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - } - } - }, - "log-update": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-2.3.0.tgz", - "integrity": "sha1-iDKP19HOeTiykoN0bwsbwSayRwg=", - "dev": true, - "requires": { - "ansi-escapes": "^3.0.0", - "cli-cursor": "^2.0.0", - "wrap-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true - }, - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - } - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "requires": { - "ansi-regex": "^3.0.0" - } - }, - "wrap-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-3.0.1.tgz", - "integrity": "sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo=", - "dev": true, - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - } - } - } - }, "logalot": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/logalot/-/logalot-2.1.0.tgz", @@ -60810,23 +55854,6 @@ "repeat-string": "^1.0.0" } }, - "matcher": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", - "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", - "dev": true, - "requires": { - "escape-string-regexp": "^4.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true - } - } - }, "md5-file": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/md5-file/-/md5-file-5.0.0.tgz", @@ -61867,12 +56894,6 @@ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" }, - "natural-orderby": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz", - "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==", - "dev": true - }, "needle": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/needle/-/needle-2.6.0.tgz", @@ -62397,12 +57418,6 @@ "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz", "integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==" }, - "object-treeify": { - "version": "1.1.33", - "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz", - "integrity": "sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==", - "dev": true - }, "object-visit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", @@ -62856,24 +57871,6 @@ "readable-stream": "^2.1.5" } }, - "param-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", - "dev": true, - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -63128,24 +58125,6 @@ "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" }, - "path-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz", - "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==", - "dev": true, - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "path-dirname": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", @@ -65155,41 +60134,6 @@ "picomatch": "^2.2.1" } }, - "recast": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.20.4.tgz", - "integrity": "sha512-6qLIBGGRcwjrTZGIiBpJVC/NeuXpogXNyRQpqU1zWPUigCphvApoCs9KIwDYh1eDuJ6dAFlQoi/QUyE5KQ6RBQ==", - "dev": true, - "requires": { - "ast-types": "0.14.2", - "esprima": "~4.0.0", - "source-map": "~0.6.1", - "tslib": "^2.0.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - }, - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", - "dev": true, - "requires": { - "resolve": "^1.1.6" - } - }, "recursive-readdir": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.1.tgz", @@ -65218,15 +60162,6 @@ "strip-indent": "^3.0.0" } }, - "redeyed": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz", - "integrity": "sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=", - "dev": true, - "requires": { - "esprima": "~4.0.0" - } - }, "redux": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/redux/-/redux-4.1.0.tgz", @@ -65947,28 +60882,6 @@ "bn.js": "^4.11.1" } }, - "roarr": { - "version": "2.15.4", - "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", - "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", - "dev": true, - "requires": { - "boolean": "^3.0.1", - "detect-node": "^2.0.4", - "globalthis": "^1.0.1", - "json-stringify-safe": "^5.0.1", - "semver-compare": "^1.0.0", - "sprintf-js": "^1.1.2" - }, - "dependencies": { - "sprintf-js": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", - "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", - "dev": true - } - } - }, "rsvp": { "version": "4.8.5", "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", @@ -66470,12 +61383,6 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" }, - "semver-compare": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", - "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", - "dev": true - }, "semver-diff": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", @@ -66551,42 +61458,6 @@ } } }, - "sentence-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz", - "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==", - "dev": true, - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3", - "upper-case-first": "^2.0.2" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, - "serialize-error": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", - "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", - "dev": true, - "requires": { - "type-fest": "^0.13.1" - }, - "dependencies": { - "type-fest": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", - "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", - "dev": true - } - } - }, "serialize-javascript": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", @@ -67111,17 +61982,6 @@ "jsonify": "~0.0.0" } }, - "shelljs": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", - "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", - "dev": true, - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - } - }, "shellwords": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", @@ -67253,35 +62113,11 @@ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" }, - "slice-ansi": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", - "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=", - "dev": true - }, "slugify": { "version": "1.5.3", "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.5.3.tgz", "integrity": "sha512-/HkjRdwPY3yHJReXu38NiusZw2+LLE2SrhkWJtmlPDB1fqFSvioYj62NkPcrKiNCgRLeGcGK7QBvr1iQwybeXw==" }, - "snake-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", - "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", - "dev": true, - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "snapdragon": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", @@ -69194,12 +64030,6 @@ } } }, - "treeify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", - "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==", - "dev": true - }, "trim": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", @@ -69261,10 +64091,11 @@ } }, "ts-node": { - "version": "8.10.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "version": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", "dev": true, + "optional": true, + "peer": true, "requires": { "arg": "^4.1.0", "diff": "^4.0.1", @@ -69277,7 +64108,9 @@ "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "dev": true + "dev": true, + "optional": true, + "peer": true } } }, @@ -69325,12 +64158,6 @@ "tslib": "^1.8.1" } }, - "tty": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tty/-/tty-1.0.1.tgz", - "integrity": "sha1-5ECayYsN0cULWf846G6sPwdk7kU=", - "dev": true - }, "tty-browserify": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", @@ -69939,40 +64766,6 @@ } } }, - "upper-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz", - "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==", - "dev": true, - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, - "upper-case-first": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz", - "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==", - "dev": true, - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==", - "dev": true - } - } - }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -70276,44 +65069,6 @@ "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" }, - "vscode-jsonrpc": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-4.0.0.tgz", - "integrity": "sha512-perEnXQdQOJMTDFNv+UF3h1Y0z4iSiaN9jIlb0OqIYgosPCZGYh/MCUlkFtV2668PL69lRDO32hmvL2yiidUYg==", - "dev": true - }, - "vscode-languageserver": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-5.2.1.tgz", - "integrity": "sha512-GuayqdKZqAwwaCUjDvMTAVRPJOp/SLON3mJ07eGsx/Iq9HjRymhKWztX41rISqDKhHVVyFM+IywICyZDla6U3A==", - "dev": true, - "requires": { - "vscode-languageserver-protocol": "3.14.1", - "vscode-uri": "^1.0.6" - } - }, - "vscode-languageserver-protocol": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.14.1.tgz", - "integrity": "sha512-IL66BLb2g20uIKog5Y2dQ0IiigW0XKrvmWiOvc0yXw80z3tMEzEnHjaGAb3ENuU7MnQqgnYJ1Cl2l9RvNgDi4g==", - "dev": true, - "requires": { - "vscode-jsonrpc": "^4.0.0", - "vscode-languageserver-types": "3.14.0" - } - }, - "vscode-languageserver-types": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.14.0.tgz", - "integrity": "sha512-lTmS6AlAlMHOvPQemVwo3CezxBp0sNB95KNPkqp3Nxd5VFEnuG1ByM0zlRWos0zjO3ZWtkvhal0COgiV1xIA4A==", - "dev": true - }, - "vscode-uri": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-1.0.6.tgz", - "integrity": "sha512-sLI2L0uGov3wKVb9EB+vIQBl9tVP90nqRvxSoJ35vI3NjxE8jfsE5DSOhWgSunHSZmKS4OCi2jrtfxK7uyp2ww==", - "dev": true - }, "w3c-hr-time": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", @@ -72666,12 +67421,6 @@ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==" }, - "yarn": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.10.tgz", - "integrity": "sha512-IanQGI9RRPAN87VGTF7zs2uxkSyQSrSPsju0COgbsKQOOXr5LtcVPeyXWgwVa0ywG3d8dg6kSYKGBuYK021qeA==", - "dev": true - }, "yauzl": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", diff --git a/package.json b/package.json index 9c813e492..572931587 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "gatsby build && cp _redirects public/_redirects", "serve": "serve -s public/", "jest": "NODE_ENV=test jest -c tests/unit/jest.config.js", - "test": "npm run apollo:codegen && npm run lint && npm run jest", + "test": "npm run graphql:generateSchema && npm run lint && npm run jest", "test:watch": "npm run lint && npm run jest -- --watch", "lint": "npm run write:repoMetadata && eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx . && npm run type-check", "format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write", @@ -19,11 +19,10 @@ "storybook:build": "build-storybook -c .storybook -o public/storybook", "write:repoMetadata": "node ./scripts/write-repo-metadata > repo-metadata.json", "deploy:s3": "./scripts/deploy-s3.sh", - "apollo:codegen": "apollo client:codegen --target typescript --tsFileExtension=d.ts --outputFlat src/@types/apollo/", + "graphql:generateSchema": "node ./scripts/generate-graphql-schema", "postinstall": "husky install" }, "dependencies": { - "@apollo/client": "^3.3.19", "@coingecko/cryptoformat": "^0.4.2", "@loadable/component": "^5.15.0", "@oceanprotocol/art": "^3.0.0", @@ -32,6 +31,7 @@ "@portis/web3": "^4.0.4", "@sindresorhus/slugify": "^2.1.0", "@tippyjs/react": "^4.2.5", + "@urql/introspection": "^0.3.0", "@walletconnect/web3-provider": "^1.4.1", "axios": "^0.21.1", "chart.js": "^2.9.4", @@ -60,6 +60,7 @@ "gatsby-transformer-remark": "^2.16.1", "gatsby-transformer-sharp": "^2.12.1", "graphql": "14.7.0", + "graphql-schema-typescript": "^1.5.2", "is-url-superb": "^6.0.0", "jwt-decode": "^3.1.2", "lodash.debounce": "^4.0.8", @@ -108,7 +109,6 @@ "@types/yup": "^0.29.11", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", - "apollo": "^2.33.4", "eslint": "^7.27.0", "eslint-config-oceanprotocol": "^1.5.0", "eslint-config-prettier": "^8.3.0", diff --git a/scripts/generate-graphql-schema.js b/scripts/generate-graphql-schema.js new file mode 100644 index 000000000..33682d5fd --- /dev/null +++ b/scripts/generate-graphql-schema.js @@ -0,0 +1,21 @@ +#!/usr/bin/env node +'use strict' + +const fs = require('fs') +const axios = require('axios') +const { getIntrospectionQuery } = require('graphql/utilities') +const { generateTypeScriptTypes } = require('graphql-schema-typescript') + +generateGraphSchema() + +async function generateGraphSchema() { + const query = JSON.stringify({ + query: getIntrospectionQuery({ descriptions: false }) + }) + const response = await axios.post( + 'https://subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph', + query + ) + generateTypeScriptTypes(response.data.data, './src/@types/schema.json') + // fs.writeFileSync('./src/@types/schema.json', JSON.stringify(response.data)) +} diff --git a/src/@types/schema.json b/src/@types/schema.json new file mode 100644 index 000000000..48d802d8a --- /dev/null +++ b/src/@types/schema.json @@ -0,0 +1,19590 @@ +{ + "data": { + "__schema": { + "directives": [ + { "args": [], "locations": ["OBJECT"], "name": "entity" }, + { + "args": [ + { + "defaultValue": null, + "name": "field", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + } + ], + "locations": ["FIELD_DEFINITION"], + "name": "derivedFrom" + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + } + ], + "locations": ["OBJECT"], + "name": "subgraphId" + } + ], + "mutationType": null, + "queryType": { "name": "Query" }, + "subscriptionType": { "name": "Subscription" }, + "types": [ + { + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "BigDecimal", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "BigInt", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "hash", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "number", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "Block_height", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "Boolean", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "Bytes", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "factoryID", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DatatokenFactory", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "symbol", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "name", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "decimals", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "address", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "cap", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "supply", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "minter", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "publisher", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "holderCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "orderCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "metadataUpdateCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "createTime", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenBalance_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenBalance_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "balances", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenBalance", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenOrder_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenOrder_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "orders", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenOrder", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "MetadataUpdate_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "MetadataUpdate_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "updates", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetadataUpdate", + "ofType": null + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "Datatoken", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "Datatoken_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "Datatoken_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokens", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "DatatokenFactory", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tokenCount", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tokenCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "DatatokenFactory_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokens" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "DatatokenFactory_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "factoryID", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "factoryID_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "factoryID_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "symbol_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "symbol_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "name_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "name_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "decimals", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "decimals_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "decimals_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "decimals_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "decimals_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "decimals_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "decimals_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "decimals_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "address", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "address_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "address_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "address_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "cap_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "supply", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "supply_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "supply_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "supply_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "supply_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "supply_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "supply_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "supply_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "minter", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "minter_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "minter_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minter_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "publisher_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "publisher_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "publisher_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "holderCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "orderCount", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderCount_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderCount_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderCount_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderCount_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderCount_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "orderCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "metadataUpdateCount", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "metadataUpdateCount_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "metadataUpdateCount_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "metadataUpdateCount_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "metadataUpdateCount_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "metadataUpdateCount_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "metadataUpdateCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "metadataUpdateCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "createTime", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "createTime_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "Datatoken_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "factoryID" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "symbol" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "name" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "decimals" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "address" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "cap" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "supply" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "minter" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "publisher" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "holderCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "orderCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "metadataUpdateCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "createTime" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "tx" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "balances" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "orders" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "updates" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "Datatoken_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "active", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "owner", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "minterApproved", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "isTrueMinter", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "maxTokens", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "maxBalance", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "balance", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatoken", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "DispenserTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "DispenserTransaction_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenses", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DispenserTransaction", + "ofType": null + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "Dispenser", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenserId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Dispenser", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatoken", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "user", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "amount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "block", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tx", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "DispenserTransaction", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "dispenserId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "dispenserId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "dispenserId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "dispenserId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatoken_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatoken_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "user_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "user_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "user_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "amount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "block_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "type", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "type_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "type_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "DispenserTransaction_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenserId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatoken" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "user" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "amount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "block" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "tx" }, + { "deprecationReason": null, "isDeprecated": false, "name": "type" } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "DispenserTransaction_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "active", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "active_not", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "active_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "active_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "owner", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "owner_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "owner_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "owner_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "minterApproved", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "minterApproved_not", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "minterApproved_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "minterApproved_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "isTrueMinter", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "isTrueMinter_not", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "isTrueMinter_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "isTrueMinter_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "maxTokens", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxTokens_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxTokens_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxTokens_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxTokens_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxTokens_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxTokens_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "maxTokens_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "maxBalance", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxBalance_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxBalance_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxBalance_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxBalance_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxBalance_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "maxBalance_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "maxBalance_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "balance", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "balance_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatoken", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatoken_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatoken_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "Dispenser_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "active" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "owner" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "minterApproved" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "isTrueMinter" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "maxTokens" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "maxBalance" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "balance" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatoken" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenses" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "Dispenser_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "exchangeOwner", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatoken", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "baseToken", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "rate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "active", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "FixedRateExchangeUpdate_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "FixedRateExchangeUpdate_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "updates", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchangeUpdate", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "FixedRateExchangeSwap_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "FixedRateExchangeSwap_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "swaps", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchangeSwap", + "ofType": null + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "FixedRateExchange", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "exchangeId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchange", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "by", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "baseTokenAmount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "dataTokenAmount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "block", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tx", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "FixedRateExchangeSwap", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "exchangeId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "exchangeId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "exchangeId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "by_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "by_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "by_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseTokenAmount", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseTokenAmount_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseTokenAmount_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseTokenAmount_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseTokenAmount_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseTokenAmount_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseTokenAmount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "baseTokenAmount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "dataTokenAmount", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "dataTokenAmount_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "dataTokenAmount_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "dataTokenAmount_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "dataTokenAmount_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "dataTokenAmount_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "dataTokenAmount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "dataTokenAmount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "block_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "FixedRateExchangeSwap_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "exchangeId" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "by" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "baseTokenAmount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "dataTokenAmount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "block" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "tx" } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "FixedRateExchangeSwap_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "exchangeId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchange", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "oldRate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "newRate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "oldActive", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "newActive", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "block", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tx", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "FixedRateExchangeUpdate", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "exchangeId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "exchangeId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "exchangeId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "oldRate", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oldRate_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oldRate_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oldRate_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oldRate_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oldRate_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oldRate_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "oldRate_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "newRate", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "newRate_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "newRate_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "newRate_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "newRate_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "newRate_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "newRate_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "newRate_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "oldActive", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "oldActive_not", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "oldActive_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "oldActive_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "newActive", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "newActive_not", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "newActive_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "newActive_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "block_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "FixedRateExchangeUpdate_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "exchangeId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "oldRate" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "newRate" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "oldActive" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "newActive" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "block" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "tx" } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "FixedRateExchangeUpdate_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "exchangeOwner", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "exchangeOwner_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "exchangeOwner_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "exchangeOwner_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatoken_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatoken_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatoken_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "baseToken_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "baseToken_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "baseToken_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "rate", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "rate_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "rate_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "rate_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "rate_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "rate_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "rate_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "rate_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "active", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "active_not", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "active_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "active_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "FixedRateExchange_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "exchangeOwner" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatoken" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "baseToken" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "rate" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "active" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "updates" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "swaps" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "FixedRateExchange_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "ID", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "Int", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "block", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tx", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "MetadataUpdate", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "datatokenId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "block", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "block_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "MetadataUpdate_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "block" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "tx" } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "MetadataUpdate_orderBy", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "asc" }, + { "deprecationReason": null, "isDeprecated": false, "name": "desc" } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "OrderDirection", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "factoryID", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolFactory", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "controller", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "publicSwap", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "finalized", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "symbol", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "name", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "cap", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "active", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "swapFee", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "totalWeight", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "totalShares", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "totalSwapVolume", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "totalSwapFee", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "valueLocked", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenReserve", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "oceanReserve", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "spotPrice", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "consumePrice", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "holderCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "joinCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "exitCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "swapCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "transactionCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "createTime", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolToken_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolToken_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokens", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolToken", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolShare_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolShare_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "shares", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolShare", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolTransaction_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "transactions", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransaction", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolTransactionTokenValues_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolTransactionTokenValues_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "transactionsTokenValues", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransactionTokenValues", + "ofType": null + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "Pool", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "totalValueLocked", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "totalOceanLiquidity", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "totalSwapVolume", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "totalSwapFee", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "finalizedPoolCount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "Pool_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "Pool_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "pools", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "Pool", "ofType": null } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "PoolFactory", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "totalValueLocked", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalValueLocked_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalValueLocked_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalValueLocked_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalValueLocked_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalValueLocked_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalValueLocked_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalValueLocked_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalOceanLiquidity", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalOceanLiquidity_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalOceanLiquidity_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalOceanLiquidity_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalOceanLiquidity_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalOceanLiquidity_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalOceanLiquidity_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalOceanLiquidity_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalSwapVolume", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalSwapFee", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalSwapFee_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolCount", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolCount_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolCount_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolCount_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolCount_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolCount_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "poolCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "finalizedPoolCount", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "finalizedPoolCount_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "finalizedPoolCount_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "finalizedPoolCount_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "finalizedPoolCount_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "finalizedPoolCount_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "finalizedPoolCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "finalizedPoolCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "PoolFactory_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "totalValueLocked" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "totalOceanLiquidity" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "totalSwapVolume" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "totalSwapFee" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "poolCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "finalizedPoolCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "pools" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "PoolFactory_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "Pool", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "balance", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "PoolShare", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "userAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "balance_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "PoolShare_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "poolId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "balance" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "PoolShare_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "Pool", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenId", + "type": { "kind": "OBJECT", "name": "Datatoken", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "balance", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "denormWeight", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "PoolToken", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "poolId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "balance_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "denormWeight", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "denormWeight_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "denormWeight_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "denormWeight_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "denormWeight_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "denormWeight_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "denormWeight_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "denormWeight_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "PoolToken_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "poolId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "balance" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "denormWeight" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "PoolToken_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolAddress", + "type": { "kind": "OBJECT", "name": "Pool", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress", + "type": { "kind": "OBJECT", "name": "User", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolAddressStr", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddressStr", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "sharesTransferAmount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "sharesBalance", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "spotPrice", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "consumePrice", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tx", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "event", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "block", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "gasUsed", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "gasPrice", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "oceanReserve", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenReserve", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolTransactionTokenValues_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolTransactionTokenValues_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokens", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransactionTokenValues", + "ofType": null + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "PoolTransaction", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "txId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransaction", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolToken", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolToken", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "Pool", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenReserve", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "feeValue", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "PoolTransactionTokenValues", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "txId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "txId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "txId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "txId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolToken_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolToken_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolToken_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "value", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "value_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "value_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "value_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "value_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "value_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "value_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "value_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenReserve", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenReserve_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenReserve_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenReserve_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenReserve_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenReserve_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenReserve_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenReserve_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "feeValue", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "feeValue_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "feeValue_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "feeValue_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "feeValue_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "feeValue_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "feeValue_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "feeValue_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "type", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "type_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "type_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "type_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "PoolTransactionTokenValues_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "txId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "poolToken" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "poolAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "value" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenReserve" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "feeValue" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "type" } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "PoolTransactionTokenValues_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "poolAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolAddressStr_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "poolAddressStr_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "poolAddressStr_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddressStr_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddressStr_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddressStr_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesTransferAmount", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesTransferAmount_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesTransferAmount_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesTransferAmount_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesTransferAmount_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesTransferAmount_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesTransferAmount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "sharesTransferAmount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "sharesBalance", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesBalance_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesBalance_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesBalance_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesBalance_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesBalance_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "sharesBalance_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "sharesBalance_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "spotPrice", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "spotPrice_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "consumePrice", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "consumePrice_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "event", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "event_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "event_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "block", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "block_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "gasUsed", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "gasUsed_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "gasPrice", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "gasPrice_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "oceanReserve", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "oceanReserve_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenReserve", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenReserve_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "PoolTransaction_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "poolAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "poolAddressStr" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddressStr" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "sharesTransferAmount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "sharesBalance" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "spotPrice" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "consumePrice" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "tx" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "event" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "block" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "gasUsed" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "gasPrice" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "oceanReserve" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenReserve" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokens" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "PoolTransaction_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "factoryID", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "factoryID_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "factoryID_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "factoryID_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "controller", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "controller_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "controller_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "controller_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "controller_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "controller_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "publicSwap", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "publicSwap_not", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "publicSwap_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "publicSwap_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "finalized", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "finalized_not", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "finalized_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "finalized_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "symbol", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "symbol_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "symbol_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "symbol_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "name_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "name_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "name_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "cap_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "cap_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "active", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "active_not", + "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } + }, + { + "defaultValue": null, + "name": "active_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "active_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "swapFee", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapFee_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapFee_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapFee_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapFee_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapFee_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapFee_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "swapFee_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalWeight", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalWeight_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalWeight_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalWeight_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalWeight_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalWeight_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalWeight_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalWeight_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalShares", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalShares_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalShares_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalShares_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalShares_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalShares_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalShares_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalShares_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalSwapVolume", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalSwapVolume_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalSwapFee", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "totalSwapFee_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "totalSwapFee_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "valueLocked", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "valueLocked_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "valueLocked_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "valueLocked_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "valueLocked_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "valueLocked_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "valueLocked_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "valueLocked_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenReserve", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenReserve_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenReserve_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "oceanReserve", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "oceanReserve_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "oceanReserve_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "spotPrice", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "spotPrice_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "spotPrice_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "consumePrice", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumePrice_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "consumePrice_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenCount", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "tokenCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tokenCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "holderCount", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "holderCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "holderCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "joinCount", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "joinCount_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "joinCount_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "joinCount_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "joinCount_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "joinCount_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "joinCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "joinCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "exitCount", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "exitCount_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "exitCount_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "exitCount_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "exitCount_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "exitCount_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "exitCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "exitCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "swapCount", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapCount_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapCount_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapCount_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapCount_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapCount_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "swapCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "swapCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "transactionCount", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "transactionCount_not", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "transactionCount_gt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "transactionCount_lt", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "transactionCount_gte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "transactionCount_lte", + "type": { "kind": "SCALAR", "name": "BigInt", "ofType": null } + }, + { + "defaultValue": null, + "name": "transactionCount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "transactionCount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigInt", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "createTime_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "createTime_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "Pool_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "factoryID" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "controller" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "publicSwap" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "finalized" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "symbol" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "name" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "cap" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "active" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "swapFee" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "totalWeight" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "totalShares" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "totalSwapVolume" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "totalSwapFee" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "valueLocked" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenReserve" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "oceanReserve" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "spotPrice" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "consumePrice" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "holderCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "joinCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "exitCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "swapCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "transactionCount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "createTime" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "tx" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokens" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "shares" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "transactions" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "transactionsTokenValues" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "Pool_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolFactory", + "type": { + "kind": "OBJECT", + "name": "PoolFactory", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolFactory_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolFactory_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolFactories", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolFactory", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "pool", + "type": { "kind": "OBJECT", "name": "Pool", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "Pool_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "Pool_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "pools", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Pool", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolToken", + "type": { "kind": "OBJECT", "name": "PoolToken", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolToken_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolToken_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTokens", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolToken", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolShare", + "type": { "kind": "OBJECT", "name": "PoolShare", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolShare_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolShare_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolShares", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolShare", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactionTokenValues", + "type": { + "kind": "OBJECT", + "name": "PoolTransactionTokenValues", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolTransactionTokenValues_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolTransactionTokenValues_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactionTokenValues", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransactionTokenValues", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransaction", + "type": { + "kind": "OBJECT", + "name": "PoolTransaction", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolTransaction_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactions", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransaction", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenFactory", + "type": { + "kind": "OBJECT", + "name": "DatatokenFactory", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "DatatokenFactory_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatatokenFactory_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenFactories", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DatatokenFactory", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatoken", + "type": { "kind": "OBJECT", "name": "Datatoken", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "Datatoken_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "Datatoken_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokens", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "metadataUpdate", + "type": { + "kind": "OBJECT", + "name": "MetadataUpdate", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "MetadataUpdate_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "MetadataUpdate_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "metadataUpdates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetadataUpdate", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenOrder", + "type": { "kind": "OBJECT", "name": "TokenOrder", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenOrder_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenOrder_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenOrders", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenOrder", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenBalance", + "type": { + "kind": "OBJECT", + "name": "TokenBalance", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenBalance_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenBalance_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenBalances", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenBalance", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenTransaction", + "type": { + "kind": "OBJECT", + "name": "TokenTransaction", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenTransaction_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenTransactions", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenTransaction", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "user", + "type": { "kind": "OBJECT", "name": "User", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "User_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "User_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "users", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "User", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchange", + "type": { + "kind": "OBJECT", + "name": "FixedRateExchange", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "FixedRateExchange_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "FixedRateExchange_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchanges", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchange", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchangeUpdate", + "type": { + "kind": "OBJECT", + "name": "FixedRateExchangeUpdate", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "FixedRateExchangeUpdate_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "FixedRateExchangeUpdate_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchangeUpdates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchangeUpdate", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchangeSwap", + "type": { + "kind": "OBJECT", + "name": "FixedRateExchangeSwap", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "FixedRateExchangeSwap_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "FixedRateExchangeSwap_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchangeSwaps", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchangeSwap", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenser", + "type": { "kind": "OBJECT", "name": "Dispenser", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "Dispenser_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "Dispenser_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispensers", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Dispenser", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenserTransaction", + "type": { + "kind": "OBJECT", + "name": "DispenserTransaction", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "DispenserTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "DispenserTransaction_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenserTransactions", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DispenserTransaction", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "_meta", + "type": { "kind": "OBJECT", "name": "_Meta_", "ofType": null } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "Query", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "String", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolFactory", + "type": { + "kind": "OBJECT", + "name": "PoolFactory", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolFactory_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolFactory_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolFactories", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolFactory", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "pool", + "type": { "kind": "OBJECT", "name": "Pool", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "Pool_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "Pool_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "pools", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Pool", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolToken", + "type": { "kind": "OBJECT", "name": "PoolToken", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolToken_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolToken_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTokens", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolToken", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolShare", + "type": { "kind": "OBJECT", "name": "PoolShare", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolShare_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolShare_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolShares", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolShare", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactionTokenValues", + "type": { + "kind": "OBJECT", + "name": "PoolTransactionTokenValues", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolTransactionTokenValues_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolTransactionTokenValues_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactionTokenValues", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransactionTokenValues", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransaction", + "type": { + "kind": "OBJECT", + "name": "PoolTransaction", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolTransaction_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactions", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransaction", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenFactory", + "type": { + "kind": "OBJECT", + "name": "DatatokenFactory", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "DatatokenFactory_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "DatatokenFactory_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenFactories", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DatatokenFactory", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatoken", + "type": { "kind": "OBJECT", "name": "Datatoken", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "Datatoken_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "Datatoken_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokens", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "metadataUpdate", + "type": { + "kind": "OBJECT", + "name": "MetadataUpdate", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "MetadataUpdate_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "MetadataUpdate_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "metadataUpdates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "MetadataUpdate", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenOrder", + "type": { "kind": "OBJECT", "name": "TokenOrder", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenOrder_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenOrder_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenOrders", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenOrder", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenBalance", + "type": { + "kind": "OBJECT", + "name": "TokenBalance", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenBalance_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenBalance_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenBalances", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenBalance", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenTransaction", + "type": { + "kind": "OBJECT", + "name": "TokenTransaction", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenTransaction_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenTransactions", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenTransaction", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "user", + "type": { "kind": "OBJECT", "name": "User", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "User_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "User_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "users", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "User", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchange", + "type": { + "kind": "OBJECT", + "name": "FixedRateExchange", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "FixedRateExchange_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "FixedRateExchange_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchanges", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchange", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchangeUpdate", + "type": { + "kind": "OBJECT", + "name": "FixedRateExchangeUpdate", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "FixedRateExchangeUpdate_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "FixedRateExchangeUpdate_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchangeUpdates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchangeUpdate", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchangeSwap", + "type": { + "kind": "OBJECT", + "name": "FixedRateExchangeSwap", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "FixedRateExchangeSwap_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "FixedRateExchangeSwap_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "fixedRateExchangeSwaps", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchangeSwap", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenser", + "type": { "kind": "OBJECT", "name": "Dispenser", "ofType": null } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "Dispenser_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "Dispenser_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispensers", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Dispenser", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenserTransaction", + "type": { + "kind": "OBJECT", + "name": "DispenserTransaction", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "DispenserTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "DispenserTransaction_filter", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "dispenserTransactions", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "DispenserTransaction", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "name": "block", + "type": { + "kind": "INPUT_OBJECT", + "name": "Block_height", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "_meta", + "type": { "kind": "OBJECT", "name": "_Meta_", "ofType": null } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "Subscription", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "balance", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "TokenBalance", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "userAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "balance_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "balance_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "TokenBalance_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "balance" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "TokenBalance_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "consumer", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "payer", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "OBJECT", "name": "User", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "amount", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "serviceId", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "marketFeeCollector", + "type": { "kind": "OBJECT", "name": "User", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "marketFee", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "block", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "TokenOrder", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "datatokenId", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenId_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenId_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "consumer_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "consumer_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "consumer_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "payer_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "payer_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "payer_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "amount_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "amount_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "serviceId", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "serviceId_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "serviceId_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "serviceId_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "serviceId_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "serviceId_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "serviceId_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "serviceId_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "marketFeeCollector", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFeeCollector_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFee", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFee_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFee_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFee_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFee_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFee_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "marketFee_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "marketFee_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "timestamp", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "block", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "block_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "TokenOrder_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "consumer" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "payer" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "amount" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "serviceId" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "marketFeeCollector" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "marketFee" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "tx" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "block" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "TokenOrder_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "event", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenAddress", + "type": { "kind": "OBJECT", "name": "Datatoken", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress", + "type": { "kind": "OBJECT", "name": "User", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "block", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "gasUsed", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "gasPrice", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "tx", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "TokenTransaction", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "event", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "event_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "event_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "event_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "datatokenAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "datatokenAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lt", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_gte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_lte", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "userAddress_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_contains", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_starts_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "userAddress_not_ends_with", + "type": { "kind": "SCALAR", "name": "String", "ofType": null } + }, + { + "defaultValue": null, + "name": "block", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "block_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "block_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "gasUsed", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasUsed_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "gasUsed_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "gasPrice", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_not", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_gt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_lt", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_gte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_lte", + "type": { "kind": "SCALAR", "name": "BigDecimal", "ofType": null } + }, + { + "defaultValue": null, + "name": "gasPrice_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "gasPrice_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "BigDecimal", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "timestamp", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_not", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lt", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_gte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_lte", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "timestamp_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "timestamp_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "tx", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Bytes", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "name": "tx_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "defaultValue": null, + "name": "tx_not_contains", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "TokenTransaction_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "event" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "datatokenAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "userAddress" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "block" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "gasUsed" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "gasPrice" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "timestamp" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "tx" } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "TokenTransaction_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolShare_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolShare_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "sharesOwned", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolShare", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenBalance_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenBalance_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenBalancesOwned", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenBalance", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "Datatoken_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "Datatoken_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokensOwned", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "Datatoken", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolTransaction_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactions", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransaction", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "PoolTransactionTokenValues_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PoolTransactionTokenValues_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactionsTokenValues", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PoolTransactionTokenValues", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenTransaction_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenTransaction_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenTransactions", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenTransaction", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "TokenOrder_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "TokenOrder_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "orders", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "TokenOrder", + "ofType": null + } + } + } + }, + { + "args": [ + { + "defaultValue": "0", + "name": "skip", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": "100", + "name": "first", + "type": { "kind": "SCALAR", "name": "Int", "ofType": null } + }, + { + "defaultValue": null, + "name": "orderBy", + "type": { + "kind": "ENUM", + "name": "FixedRateExchangeSwap_orderBy", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "orderDirection", + "type": { + "kind": "ENUM", + "name": "OrderDirection", + "ofType": null + } + }, + { + "defaultValue": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "FixedRateExchangeSwap_filter", + "ofType": null + } + } + ], + "deprecationReason": null, + "isDeprecated": false, + "name": "freSwaps", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "FixedRateExchangeSwap", + "ofType": null + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "User", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "name": "id", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_not", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lt", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_gte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_lte", + "type": { "kind": "SCALAR", "name": "ID", "ofType": null } + }, + { + "defaultValue": null, + "name": "id_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + }, + { + "defaultValue": null, + "name": "id_not_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "User_filter", + "possibleTypes": null + }, + { + "enumValues": [ + { "deprecationReason": null, "isDeprecated": false, "name": "id" }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "sharesOwned" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenBalancesOwned" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokensOwned" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactions" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "poolTransactionsTokenValues" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "tokenTransactions" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "orders" + }, + { + "deprecationReason": null, + "isDeprecated": false, + "name": "freSwaps" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "User_orderBy", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "hash", + "type": { "kind": "SCALAR", "name": "Bytes", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "number", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "_Block_", + "possibleTypes": null + }, + { + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "block", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "_Block_", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "deployment", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } + } + }, + { + "args": [], + "deprecationReason": null, + "isDeprecated": false, + "name": "hasIndexingErrors", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "_Meta_", + "possibleTypes": null + }, + { + "enumValues": [ + { + "deprecationReason": null, + "isDeprecated": false, + "name": "allow" + }, + { "deprecationReason": null, "isDeprecated": false, "name": "deny" } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "_SubgraphErrorPolicy_", + "possibleTypes": null + } + ] + } + } +} diff --git a/src/components/molecules/PoolTransactions.tsx b/src/components/molecules/PoolTransactions.tsx index e6578f992..9d21da5c4 100644 --- a/src/components/molecules/PoolTransactions.tsx +++ b/src/components/molecules/PoolTransactions.tsx @@ -9,10 +9,6 @@ import { useUserPreferences } from '../../providers/UserPreferences' import { Ocean } from '@oceanprotocol/lib' import { formatPrice } from '../atoms/Price/PriceUnit' import { gql, useQuery } from 'urql' -import { - TransactionHistory, - TransactionHistory_poolTransactions as TransactionHistoryPoolTransactions -} from '../../@types/apollo/TransactionHistory' import web3 from 'web3' import { useWeb3 } from '../../providers/Web3' diff --git a/src/components/organisms/AssetActions/Consume.tsx b/src/components/organisms/AssetActions/Consume.tsx index f41b5ffc9..02722efc9 100644 --- a/src/components/organisms/AssetActions/Consume.tsx +++ b/src/components/organisms/AssetActions/Consume.tsx @@ -6,7 +6,6 @@ import Price from '../../atoms/Price' import { useSiteMetadata } from '../../../hooks/useSiteMetadata' import { useAsset } from '../../../providers/Asset' import { gql, useQuery } from 'urql' -import { OrdersData } from '../../../@types/apollo/OrdersData' import BigNumber from 'bignumber.js' import { useOcean } from '../../../providers/Ocean' import { useWeb3 } from '../../../providers/Web3' diff --git a/src/components/organisms/AssetActions/Pool/Graph.tsx b/src/components/organisms/AssetActions/Pool/Graph.tsx index f78dcb075..4ce647f15 100644 --- a/src/components/organisms/AssetActions/Pool/Graph.tsx +++ b/src/components/organisms/AssetActions/Pool/Graph.tsx @@ -18,7 +18,6 @@ import Button from '../../../atoms/Button' import { Logger } from '@oceanprotocol/lib' import { useAsset } from '../../../../providers/Asset' import { gql, useQuery } from 'urql' -import { PoolHistory } from '../../../../@types/apollo/PoolHistory' declare type GraphType = 'liquidity' | 'price' diff --git a/src/components/organisms/AssetActions/Pool/index.tsx b/src/components/organisms/AssetActions/Pool/index.tsx index 2d1f0c558..eb54b243c 100644 --- a/src/components/organisms/AssetActions/Pool/index.tsx +++ b/src/components/organisms/AssetActions/Pool/index.tsx @@ -16,7 +16,6 @@ import Transactions from './Transactions' import Graph from './Graph' import { useAsset } from '../../../../providers/Asset' import { gql, useQuery } from 'urql' -import { PoolLiquidity } from '../../../../@types/apollo/PoolLiquidity' import { useOcean } from '../../../../providers/Ocean' import { useWeb3 } from '../../../../providers/Web3' diff --git a/src/components/organisms/AssetContent/EditHistory.tsx b/src/components/organisms/AssetContent/EditHistory.tsx index 89dac5705..e73d0e8a2 100644 --- a/src/components/organisms/AssetContent/EditHistory.tsx +++ b/src/components/organisms/AssetContent/EditHistory.tsx @@ -4,7 +4,6 @@ import ExplorerLink from '../../atoms/ExplorerLink' import Time from '../../atoms/Time' import styles from './EditHistory.module.css' import { gql, useQuery } from 'urql' -import { ReceiptData_datatokens_updates as ReceiptData } from '../../../@types/apollo/ReceiptData' import { useWeb3 } from '../../../providers/Web3' const getReceipts = gql` diff --git a/src/components/pages/History/ComputeJobs/index.tsx b/src/components/pages/History/ComputeJobs/index.tsx index 37df6257b..cc418c444 100644 --- a/src/components/pages/History/ComputeJobs/index.tsx +++ b/src/components/pages/History/ComputeJobs/index.tsx @@ -12,7 +12,6 @@ import { gql, useQuery } from 'urql' import { useWeb3 } from '../../../../providers/Web3' import { queryMetadata } from '../../../../utils/aquarius' import axios, { CancelToken } from 'axios' -import { ComputeOrders } from '../../../../@types/apollo/ComputeOrders' import Details from './Details' import { ComputeJob } from '@oceanprotocol/lib/dist/node/ocean/interfaces/Compute' import { ReactComponent as Refresh } from '../../../../images/refresh.svg' diff --git a/src/components/pages/History/PoolShares.tsx b/src/components/pages/History/PoolShares.tsx index 33c290db4..25a94098f 100644 --- a/src/components/pages/History/PoolShares.tsx +++ b/src/components/pages/History/PoolShares.tsx @@ -4,11 +4,6 @@ import Conversion from '../../atoms/Price/Conversion' import styles from './PoolShares.module.css' import AssetTitle from '../../molecules/AssetListTitle' import { gql, useQuery } from 'urql' -import { - PoolShares as PoolSharesList, - PoolShares_poolShares as PoolShare, - PoolShares_poolShares_poolId_tokens as PoolSharePoolIdTokens -} from '../../../@types/apollo/PoolShares' import web3 from 'web3' import Token from '../../organisms/AssetActions/Pool/Token' import { useWeb3 } from '../../../providers/Web3' diff --git a/src/providers/ApolloClientProvider.tsx b/src/providers/ApolloClientProvider.tsx deleted file mode 100644 index e26f3e58c..000000000 --- a/src/providers/ApolloClientProvider.tsx +++ /dev/null @@ -1,63 +0,0 @@ -import { - ApolloClient, - ApolloProvider, - HttpLink, - InMemoryCache, - NormalizedCacheObject -} from '@apollo/client' -import { Logger } from '@oceanprotocol/lib' -import fetch from 'cross-fetch' -import React, { useState, useEffect, ReactNode, ReactElement } from 'react' -import { useWeb3 } from './Web3' -import { getOceanConfig } from '../utils/ocean' - -let apolloClient: ApolloClient - -function createClient(subgraphUri: string) { - const client = new ApolloClient({ - link: new HttpLink({ - uri: `${subgraphUri}/subgraphs/name/oceanprotocol/ocean-subgraph`, - fetch - }), - cache: new InMemoryCache() - }) - - return client -} - -export function getApolloClientInstance(): ApolloClient { - return apolloClient -} - -export default function ApolloClientProvider({ - children -}: { - children: ReactNode -}): ReactElement { - const { networkId } = useWeb3() - const [client, setClient] = useState>() - - useEffect(() => { - const oceanConfig = getOceanConfig(networkId || 1) - - if (!oceanConfig?.subgraphUri) { - Logger.error( - 'No subgraphUri defined, preventing ApolloProvider from initialization.' - ) - return - } - - const newClient = createClient(oceanConfig.subgraphUri) - apolloClient = newClient - setClient(newClient) - Logger.log(`[apollo] Client connected to ${oceanConfig.subgraphUri}`) - }, [networkId]) - - return client ? ( - {children} - ) : ( - <> - ) -} - -export { ApolloClientProvider } diff --git a/src/providers/UrqlProvider.tsx b/src/providers/UrqlProvider.tsx index e7e1b5049..8baf32e6f 100644 --- a/src/providers/UrqlProvider.tsx +++ b/src/providers/UrqlProvider.tsx @@ -1,7 +1,9 @@ import { createClient, Provider, Client } from 'urql' -import { Logger } from '@oceanprotocol/lib' +import { getIntrospectionQuery } from 'graphql' +import axios from 'axios' import React, { useState, useEffect, ReactNode, ReactElement } from 'react' import { useWeb3 } from './Web3' +import { Logger } from '@oceanprotocol/lib' import { getOceanConfig } from '../utils/ocean' let urqlClient: Client @@ -10,6 +12,7 @@ function createUrqlClient(subgraphUri: string) { const client = createClient({ url: `${subgraphUri}/subgraphs/name/oceanprotocol/ocean-subgraph` }) + generateGraphSchema(subgraphUri) return client } @@ -17,6 +20,16 @@ export function getUrqlClientInstance(): Client { return urqlClient } +async function generateGraphSchema(subgraphUri: string) { + const query = JSON.stringify({ + query: getIntrospectionQuery({ descriptions: false }) + }) + const response = await axios.post( + `${subgraphUri}/subgraphs/name/oceanprotocol/ocean-subgraph`, + query + ) +} + export default function UrqlClientProvider({ children }: { @@ -38,7 +51,7 @@ export default function UrqlClientProvider({ const newClient = createUrqlClient(oceanConfig.subgraphUri) urqlClient = newClient setClient(newClient) - Logger.log(`[apollo] Client connected to ${oceanConfig.subgraphUri}`) + Logger.log(`[URQL] Client connected to ${oceanConfig.subgraphUri}`) }, [networkId]) return client ? {children} : <> diff --git a/src/utils/subgraph.ts b/src/utils/subgraph.ts index ff9f74031..28607aa37 100644 --- a/src/utils/subgraph.ts +++ b/src/utils/subgraph.ts @@ -1,17 +1,9 @@ import { gql, OperationResult, TypedDocumentNode, OperationContext } from 'urql' import { DDO, BestPrice } from '@oceanprotocol/lib' import { getUrqlClientInstance } from '../providers/UrqlProvider' -import { - AssetsPoolPrice, - AssetsPoolPrice_pools as AssetsPoolPricePools -} from '../@types/apollo/AssetsPoolPrice' -import { - AssetsFrePrice, - AssetsFrePrice_fixedRateExchanges as AssetsFrePriceFixedRateExchanges -} from '../@types/apollo/AssetsFrePrice' -import { AssetPreviousOrder } from '../@types/apollo/AssetPreviousOrder' import { getOceanConfig } from './ocean' import web3 from 'web3' +import schema from '../../src/@types/schema.json' export interface PriceList { [key: string]: string @@ -227,7 +219,7 @@ async function getAssetsPoolsExchangesAndDatatokenMap( datatokenAddress_in: chainAssetLists[chainKey] } - // harcoded until we have chainId on assets + // harcoded until we have chainId on assets const queryContext: OperationContext = { url: `${getSubgrahUri(1)}/subgraphs/name/oceanprotocol/ocean-subgraph`, requestPolicy: 'network-only'