We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Getting error message on valid date.
Mesh AggregateError: DateTime cannot represent an invalid date-time-string 2016-03-16 06:38:12.
To Reproduce Steps to reproduce the behavior:
MariaDB 10.1.48, table with datetime field
Expected behavior No error on valid date.
Environment:
yarn list v1.22.17 ├─ @ampproject/remapping@2.2.0 │ ├─ @jridgewell/gen-mapping@^0.1.0 │ ├─ @jridgewell/gen-mapping@0.1.1 │ │ ├─ @jridgewell/set-array@^1.0.0 │ │ └─ @jridgewell/sourcemap-codec@^1.4.10 │ └─ @jridgewell/trace-mapping@^0.3.9 ├─ @babel/code-frame@7.16.7 │ └─ @babel/highlight@^7.16.7 ├─ @babel/compat-data@7.17.10 ├─ @babel/core@7.17.12 │ ├─ @ampproject/remapping@^2.1.0 │ ├─ @babel/code-frame@^7.16.7 │ ├─ @babel/generator@^7.17.12 │ ├─ @babel/helper-compilation-targets@^7.17.10 │ ├─ @babel/helper-module-transforms@^7.17.12 │ ├─ @babel/helpers@^7.17.9 │ ├─ @babel/parser@^7.17.12 │ ├─ @babel/template@^7.16.7 │ ├─ @babel/traverse@^7.17.12 │ ├─ @babel/types@^7.17.12 │ ├─ convert-source-map@^1.7.0 │ ├─ debug@^4.1.0 │ ├─ debug@4.3.4 │ │ └─ ms@2.1.2 │ ├─ gensync@^1.0.0-beta.2 │ ├─ json5@^2.2.1 │ ├─ ms@2.1.2 │ └─ semver@^6.3.0 ├─ @babel/generator@7.17.12 │ ├─ @babel/types@^7.17.12 │ ├─ @jridgewell/gen-mapping@^0.3.0 │ └─ jsesc@^2.5.1 ├─ @babel/helper-annotate-as-pure@7.16.7 │ └─ @babel/types@^7.16.7 ├─ @babel/helper-compilation-targets@7.17.10 │ ├─ @babel/compat-data@^7.17.10 │ ├─ @babel/helper-validator-option@^7.16.7 │ ├─ browserslist@^4.20.2 │ └─ semver@^6.3.0 ├─ @babel/helper-create-class-features-plugin@7.17.12 │ ├─ @babel/helper-annotate-as-pure@^7.16.7 │ ├─ @babel/helper-environment-visitor@^7.16.7 │ ├─ @babel/helper-function-name@^7.17.9 │ ├─ @babel/helper-member-expression-to-functions@^7.17.7 │ ├─ @babel/helper-optimise-call-expression@^7.16.7 │ ├─ @babel/helper-replace-supers@^7.16.7 │ └─ @babel/helper-split-export-declaration@^7.16.7 ├─ @babel/helper-environment-visitor@7.16.7 │ └─ @babel/types@^7.16.7 ├─ @babel/helper-function-name@7.17.9 │ ├─ @babel/template@^7.16.7 │ └─ @babel/types@^7.17.0 ├─ @babel/helper-hoist-variables@7.16.7 │ └─ @babel/types@^7.16.7 ├─ @babel/helper-member-expression-to-functions@7.17.7 │ └─ @babel/types@^7.17.0 ├─ @babel/helper-module-imports@7.16.7 │ └─ @babel/types@^7.16.7 ├─ @babel/helper-module-transforms@7.17.12 │ ├─ @babel/helper-environment-visitor@^7.16.7 │ ├─ @babel/helper-module-imports@^7.16.7 │ ├─ @babel/helper-simple-access@^7.17.7 │ ├─ @babel/helper-split-export-declaration@^7.16.7 │ ├─ @babel/helper-validator-identifier@^7.16.7 │ ├─ @babel/template@^7.16.7 │ ├─ @babel/traverse@^7.17.12 │ └─ @babel/types@^7.17.12 ├─ @babel/helper-optimise-call-expression@7.16.7 │ └─ @babel/types@^7.16.7 ├─ @babel/helper-plugin-utils@7.17.12 ├─ @babel/helper-replace-supers@7.16.7 │ ├─ @babel/helper-environment-visitor@^7.16.7 │ ├─ @babel/helper-member-expression-to-functions@^7.16.7 │ ├─ @babel/helper-optimise-call-expression@^7.16.7 │ ├─ @babel/traverse@^7.16.7 │ └─ @babel/types@^7.16.7 ├─ @babel/helper-simple-access@7.17.7 │ └─ @babel/types@^7.17.0 ├─ @babel/helper-skip-transparent-expression-wrappers@7.16.0 │ └─ @babel/types@^7.16.0 ├─ @babel/helper-split-export-declaration@7.16.7 │ └─ @babel/types@^7.16.7 ├─ @babel/helper-validator-identifier@7.16.7 ├─ @babel/helper-validator-option@7.16.7 ├─ @babel/helpers@7.17.9 │ ├─ @babel/template@^7.16.7 │ ├─ @babel/traverse@^7.17.9 │ └─ @babel/types@^7.17.0 ├─ @babel/highlight@7.17.12 │ ├─ @babel/helper-validator-identifier@^7.16.7 │ ├─ ansi-styles@3.2.1 │ │ └─ color-convert@^1.9.0 │ ├─ chalk@^2.0.0 │ ├─ chalk@2.4.2 │ │ ├─ ansi-styles@^3.2.1 │ │ ├─ escape-string-regexp@^1.0.5 │ │ └─ supports-color@^5.3.0 │ ├─ color-convert@1.9.3 │ │ └─ color-name@1.1.3 │ ├─ color-name@1.1.3 │ ├─ has-flag@3.0.0 │ ├─ js-tokens@^4.0.0 │ └─ supports-color@5.5.0 │ └─ has-flag@^3.0.0 ├─ @babel/parser@7.17.12 ├─ @babel/plugin-proposal-class-properties@7.17.12 │ ├─ @babel/helper-create-class-features-plugin@^7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-proposal-object-rest-spread@7.17.12 │ ├─ @babel/compat-data@^7.17.10 │ ├─ @babel/helper-compilation-targets@^7.17.10 │ ├─ @babel/helper-plugin-utils@^7.17.12 │ ├─ @babel/plugin-syntax-object-rest-spread@^7.8.3 │ └─ @babel/plugin-transform-parameters@^7.17.12 ├─ @babel/plugin-syntax-class-properties@7.12.13 │ └─ @babel/helper-plugin-utils@^7.12.13 ├─ @babel/plugin-syntax-flow@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-syntax-jsx@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 │ └─ @babel/helper-plugin-utils@^7.8.0 ├─ @babel/plugin-transform-arrow-functions@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-transform-block-scoped-functions@7.16.7 │ └─ @babel/helper-plugin-utils@^7.16.7 ├─ @babel/plugin-transform-block-scoping@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-transform-classes@7.17.12 │ ├─ @babel/helper-annotate-as-pure@^7.16.7 │ ├─ @babel/helper-environment-visitor@^7.16.7 │ ├─ @babel/helper-function-name@^7.17.9 │ ├─ @babel/helper-optimise-call-expression@^7.16.7 │ ├─ @babel/helper-plugin-utils@^7.17.12 │ ├─ @babel/helper-replace-supers@^7.16.7 │ ├─ @babel/helper-split-export-declaration@^7.16.7 │ └─ globals@^11.1.0 ├─ @babel/plugin-transform-computed-properties@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-transform-destructuring@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-transform-flow-strip-types@7.17.12 │ ├─ @babel/helper-plugin-utils@^7.17.12 │ └─ @babel/plugin-syntax-flow@^7.17.12 ├─ @babel/plugin-transform-for-of@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-transform-function-name@7.16.7 │ ├─ @babel/helper-compilation-targets@^7.16.7 │ ├─ @babel/helper-function-name@^7.16.7 │ └─ @babel/helper-plugin-utils@^7.16.7 ├─ @babel/plugin-transform-literals@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-transform-member-expression-literals@7.16.7 │ └─ @babel/helper-plugin-utils@^7.16.7 ├─ @babel/plugin-transform-modules-commonjs@7.17.12 │ ├─ @babel/helper-module-transforms@^7.17.12 │ ├─ @babel/helper-plugin-utils@^7.17.12 │ ├─ @babel/helper-simple-access@^7.17.7 │ └─ babel-plugin-dynamic-import-node@^2.3.3 ├─ @babel/plugin-transform-object-super@7.16.7 │ ├─ @babel/helper-plugin-utils@^7.16.7 │ └─ @babel/helper-replace-supers@^7.16.7 ├─ @babel/plugin-transform-parameters@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/plugin-transform-property-literals@7.16.7 │ └─ @babel/helper-plugin-utils@^7.16.7 ├─ @babel/plugin-transform-react-display-name@7.16.7 │ └─ @babel/helper-plugin-utils@^7.16.7 ├─ @babel/plugin-transform-react-jsx@7.17.12 │ ├─ @babel/helper-annotate-as-pure@^7.16.7 │ ├─ @babel/helper-module-imports@^7.16.7 │ ├─ @babel/helper-plugin-utils@^7.17.12 │ ├─ @babel/plugin-syntax-jsx@^7.17.12 │ └─ @babel/types@^7.17.12 ├─ @babel/plugin-transform-shorthand-properties@7.16.7 │ └─ @babel/helper-plugin-utils@^7.16.7 ├─ @babel/plugin-transform-spread@7.17.12 │ ├─ @babel/helper-plugin-utils@^7.17.12 │ └─ @babel/helper-skip-transparent-expression-wrappers@^7.16.0 ├─ @babel/plugin-transform-template-literals@7.17.12 │ └─ @babel/helper-plugin-utils@^7.17.12 ├─ @babel/runtime@7.17.9 │ └─ regenerator-runtime@^0.13.4 ├─ @babel/template@7.16.7 │ ├─ @babel/code-frame@^7.16.7 │ ├─ @babel/parser@^7.16.7 │ └─ @babel/types@^7.16.7 ├─ @babel/traverse@7.17.12 │ ├─ @babel/code-frame@^7.16.7 │ ├─ @babel/generator@^7.17.12 │ ├─ @babel/helper-environment-visitor@^7.16.7 │ ├─ @babel/helper-function-name@^7.17.9 │ ├─ @babel/helper-hoist-variables@^7.16.7 │ ├─ @babel/helper-split-export-declaration@^7.16.7 │ ├─ @babel/parser@^7.17.12 │ ├─ @babel/types@^7.17.12 │ ├─ debug@^4.1.0 │ ├─ debug@4.3.4 │ │ └─ ms@2.1.2 │ ├─ globals@^11.1.0 │ └─ ms@2.1.2 ├─ @babel/types@7.17.12 │ ├─ @babel/helper-validator-identifier@^7.16.7 │ └─ to-fast-properties@^2.0.0 ├─ @cspotcode/source-map-consumer@0.8.0 ├─ @cspotcode/source-map-support@0.7.0 │ └─ @cspotcode/source-map-consumer@0.8.0 ├─ @envelop/core@2.3.2 │ └─ @envelop/types@2.2.0 ├─ @envelop/live-query@3.3.2 │ ├─ @graphql-tools/utils@^8.6.1 │ ├─ @n1ru4l/graphql-live-query@^0.9.0 │ └─ @n1ru4l/in-memory-live-query-store@^0.9.0 ├─ @envelop/parser-cache@4.3.2 │ └─ tiny-lru@7.0.6 ├─ @envelop/types@2.2.0 ├─ @envelop/validation-cache@4.3.2 │ └─ tiny-lru@7.0.6 ├─ @graphql-codegen/core@2.5.1 │ ├─ @graphql-codegen/plugin-helpers@^2.4.1 │ ├─ @graphql-tools/schema@^8.1.2 │ ├─ @graphql-tools/utils@^8.1.1 │ ├─ tslib@~2.3.0 │ └─ tslib@2.3.1 ├─ @graphql-codegen/plugin-helpers@2.4.2 │ ├─ @graphql-tools/utils@^8.5.2 │ ├─ change-case-all@1.0.14 │ ├─ common-tags@1.8.2 │ ├─ import-from@4.0.0 │ ├─ lodash@~4.17.0 │ ├─ tslib@~2.3.0 │ └─ tslib@2.3.1 ├─ @graphql-codegen/schema-ast@2.4.1 │ ├─ @graphql-codegen/plugin-helpers@^2.3.2 │ ├─ @graphql-tools/utils@^8.1.1 │ ├─ tslib@~2.3.0 │ └─ tslib@2.3.1 ├─ @graphql-codegen/typed-document-node@2.2.11 │ ├─ @graphql-codegen/plugin-helpers@^2.4.0 │ ├─ @graphql-codegen/visitor-plugin-common@2.8.0 │ ├─ auto-bind@~4.0.0 │ ├─ change-case-all@1.0.14 │ └─ tslib@~2.4.0 ├─ @graphql-codegen/typescript-generic-sdk@2.3.10 │ ├─ @graphql-codegen/plugin-helpers@^2.4.0 │ ├─ @graphql-codegen/visitor-plugin-common@2.8.0 │ ├─ auto-bind@~4.0.0 │ └─ tslib@~2.4.0 ├─ @graphql-codegen/typescript-operations@2.4.0 │ ├─ @graphql-codegen/plugin-helpers@^2.4.0 │ ├─ @graphql-codegen/typescript@^2.4.11 │ ├─ @graphql-codegen/visitor-plugin-common@2.8.0 │ ├─ auto-bind@~4.0.0 │ └─ tslib@~2.4.0 ├─ @graphql-codegen/typescript-resolvers@2.6.4 │ ├─ @graphql-codegen/plugin-helpers@^2.4.0 │ ├─ @graphql-codegen/typescript@^2.4.11 │ ├─ @graphql-codegen/visitor-plugin-common@2.8.0 │ ├─ @graphql-tools/utils@^8.1.1 │ ├─ auto-bind@~4.0.0 │ └─ tslib@~2.4.0 ├─ @graphql-codegen/typescript@2.4.11 │ ├─ @graphql-codegen/plugin-helpers@^2.4.0 │ ├─ @graphql-codegen/schema-ast@^2.4.1 │ ├─ @graphql-codegen/visitor-plugin-common@2.8.0 │ ├─ auto-bind@~4.0.0 │ └─ tslib@~2.4.0 ├─ @graphql-codegen/visitor-plugin-common@2.8.0 │ ├─ @graphql-codegen/plugin-helpers@^2.4.0 │ ├─ @graphql-tools/optimize@^1.0.1 │ ├─ @graphql-tools/relay-operation-optimizer@^6.3.7 │ ├─ @graphql-tools/utils@^8.3.0 │ ├─ auto-bind@~4.0.0 │ ├─ change-case-all@1.0.14 │ ├─ dependency-graph@^0.11.0 │ ├─ graphql-tag@^2.11.0 │ ├─ parse-filepath@^1.0.2 │ └─ tslib@~2.4.0 ├─ @graphql-inspector/core@3.1.2 │ ├─ dependency-graph@0.11.0 │ ├─ object-inspect@1.10.3 │ └─ tslib@^2.0.0 ├─ @graphql-mesh/cache-localforage@0.6.4 │ ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-mesh/utils@0.34.9 │ ├─ localforage@1.10.0 │ └─ tslib@^2.3.1 ├─ @graphql-mesh/cli@0.70.3 │ ├─ @graphql-codegen/core@2.5.1 │ ├─ @graphql-codegen/typed-document-node@2.2.11 │ ├─ @graphql-codegen/typescript-generic-sdk@2.3.10 │ ├─ @graphql-codegen/typescript-operations@2.4.0 │ ├─ @graphql-codegen/typescript-resolvers@2.6.4 │ ├─ @graphql-codegen/typescript@2.4.11 │ ├─ @graphql-mesh/config@0.36.4 │ ├─ @graphql-mesh/cross-helpers@0.1.4 │ ├─ @graphql-mesh/runtime@0.34.9 │ ├─ @graphql-mesh/store@0.8.7 │ ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-mesh/utils@0.34.9 │ ├─ @graphql-tools/code-file-loader@7.2.15 │ ├─ @graphql-tools/graphql-file-loader@7.3.12 │ ├─ @graphql-tools/load@7.5.11 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ @graphql-tools/wrap@8.4.17 │ ├─ @graphql-yoga/node@^2.4.0 │ ├─ ajv@8.11.0 │ ├─ change-case@4.1.2 │ ├─ cookie-parser@1.4.6 │ ├─ cors@2.8.5 │ ├─ cosmiconfig@7.0.1 │ ├─ dnscache@1.0.2 │ ├─ dotenv@16.0.1 │ ├─ express@4.18.1 │ ├─ graphql-import-node@0.0.5 │ ├─ graphql-ws@5.8.2 │ ├─ json-bigint-patch@0.0.8 │ ├─ lodash@4.17.21 │ ├─ mkdirp@1.0.4 │ ├─ open@7.4.2 │ ├─ pascal-case@3.1.2 │ ├─ rimraf@3.0.2 │ ├─ ts-node@10.7.0 │ ├─ tsconfig-paths@4.0.0 │ ├─ tslib@^2.3.1 │ ├─ typescript@4.6.4 │ ├─ ws@8.6.0 │ └─ yargs@17.5.1 ├─ @graphql-mesh/config@0.36.4 │ ├─ @envelop/core@2.3.2 │ ├─ @graphql-mesh/cache-localforage@0.6.4 │ ├─ @graphql-mesh/cross-helpers@0.1.4 │ ├─ @graphql-mesh/merger-bare@0.13.46 │ ├─ @graphql-mesh/merger-stitching@0.15.48 │ ├─ @graphql-mesh/runtime@0.34.9 │ ├─ @graphql-mesh/store@0.8.7 │ ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-mesh/utils@0.34.9 │ ├─ @graphql-tools/code-file-loader@7.2.15 │ ├─ @graphql-tools/graphql-file-loader@7.3.12 │ ├─ @graphql-tools/load@7.5.11 │ ├─ @graphql-tools/merge@8.2.11 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ camel-case@4.1.2 │ ├─ fetchache@0.1.2 │ ├─ param-case@3.0.4 │ ├─ pascal-case@3.1.2 │ └─ tslib@^2.3.1 ├─ @graphql-mesh/cross-helpers@0.1.4 │ ├─ path-browserify@1.0.1 │ ├─ react-native-fs@2.20.0 │ └─ react-native-path@0.0.5 ├─ @graphql-mesh/merger-bare@0.13.46 │ ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-mesh/utils@0.34.9 │ ├─ @graphql-tools/schema@8.3.11 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ @graphql-tools/wrap@8.4.17 │ ├─ fetchache@0.1.2 │ └─ tslib@^2.3.1 ├─ @graphql-mesh/merger-stitching@0.15.48 │ ├─ @graphql-mesh/store@0.8.7 │ ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-mesh/utils@0.34.9 │ ├─ @graphql-tools/delegate@8.7.8 │ ├─ @graphql-tools/schema@8.3.11 │ ├─ @graphql-tools/stitch@8.6.10 │ ├─ @graphql-tools/stitching-directives@2.2.15 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ @graphql-tools/wrap@8.4.17 │ └─ tslib@^2.3.1 ├─ @graphql-mesh/mysql@0.15.20 │ ├─ @graphql-mesh/store@0.8.7 │ ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-mesh/utils@0.34.9 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ graphql-compose@9.0.8 │ ├─ graphql-fields@2.0.3 │ ├─ graphql-scalars@1.17.0 │ ├─ mysql-utilities@1.1.3 │ ├─ mysql@2.18.1 │ └─ tslib@^2.3.1 ├─ @graphql-mesh/runtime@0.34.9 │ ├─ @envelop/core@2.3.2 │ ├─ @envelop/live-query@3.3.2 │ ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-mesh/utils@0.34.9 │ ├─ @graphql-tools/batch-delegate@8.2.17 │ ├─ @graphql-tools/delegate@8.7.8 │ ├─ @graphql-tools/schema@8.3.11 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ @graphql-tools/wrap@8.4.17 │ ├─ @n1ru4l/graphql-live-query@0.9.0 │ ├─ @n1ru4l/in-memory-live-query-store@0.9.0 │ ├─ graphql-jit@0.7.3 │ └─ tslib@^2.3.1 ├─ @graphql-mesh/store@0.8.7 │ ├─ @graphql-inspector/core@3.1.2 │ ├─ @graphql-mesh/cross-helpers@0.1.4 │ ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-mesh/utils@0.34.9 │ ├─ @graphql-tools/utils@8.6.10 │ └─ tslib@^2.3.1 ├─ @graphql-mesh/string-interpolation@0.1.0 │ ├─ json-pointer@0.6.2 │ └─ lodash@^4.17.21 ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-mesh/store@0.8.7 │ ├─ @graphql-tools/delegate@8.7.8 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ @graphql-typed-document-node/core@3.1.1 │ ├─ fetchache@0.1.2 │ └─ tslib@^2.3.1 ├─ @graphql-mesh/utils@0.34.9 │ ├─ @graphql-mesh/cross-helpers@0.1.4 │ ├─ @graphql-mesh/string-interpolation@0.1.0 │ ├─ @graphql-mesh/types@0.72.4 │ ├─ @graphql-tools/delegate@8.7.8 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ @graphql-typed-document-node/core@3.1.1 │ ├─ chalk@4.1.2 │ ├─ cross-undici-fetch@^0.4.0 │ ├─ dayjs@1.11.2 │ ├─ fetchache@0.1.2 │ ├─ file-uri-to-path@2.0.0 │ ├─ flatstr@1.0.12 │ ├─ graphql-jit@0.7.3 │ ├─ graphql-subscriptions@2.0.0 │ ├─ is-url@1.2.4 │ ├─ js-yaml@4.1.0 │ ├─ lodash@4.17.21 │ ├─ object-hash@3.0.0 │ ├─ tiny-lru@8.0.2 │ ├─ tiny-lru@8.0.2 │ └─ tslib@^2.3.1 ├─ @graphql-tools/batch-delegate@8.2.17 │ ├─ @graphql-tools/delegate@8.7.8 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ dataloader@2.1.0 │ └─ tslib@~2.4.0 ├─ @graphql-tools/batch-execute@8.4.7 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ dataloader@2.1.0 │ ├─ tslib@~2.4.0 │ └─ value-or-promise@1.0.11 ├─ @graphql-tools/code-file-loader@7.2.15 │ ├─ @graphql-tools/graphql-tag-pluck@7.2.7 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ globby@^11.0.3 │ ├─ tslib@~2.4.0 │ └─ unixify@^1.0.0 ├─ @graphql-tools/delegate@8.7.8 │ ├─ @graphql-tools/batch-execute@8.4.7 │ ├─ @graphql-tools/schema@8.3.11 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ dataloader@2.1.0 │ ├─ graphql-executor@0.0.23 │ ├─ tslib@~2.4.0 │ └─ value-or-promise@1.0.11 ├─ @graphql-tools/graphql-file-loader@7.3.12 │ ├─ @graphql-tools/import@6.6.14 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ globby@^11.0.3 │ ├─ tslib@~2.4.0 │ └─ unixify@^1.0.0 ├─ @graphql-tools/graphql-tag-pluck@7.2.7 │ ├─ @babel/parser@^7.16.8 │ ├─ @babel/traverse@^7.16.8 │ ├─ @babel/types@^7.16.8 │ ├─ @graphql-tools/utils@8.6.10 │ └─ tslib@~2.4.0 ├─ @graphql-tools/import@6.6.14 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ resolve-from@5.0.0 │ └─ tslib@~2.4.0 ├─ @graphql-tools/load@7.5.11 │ ├─ @graphql-tools/schema@8.3.11 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ p-limit@3.1.0 │ └─ tslib@~2.4.0 ├─ @graphql-tools/merge@8.2.11 │ ├─ @graphql-tools/utils@8.6.10 │ └─ tslib@~2.4.0 ├─ @graphql-tools/optimize@1.2.0 │ ├─ tslib@~2.3.0 │ └─ tslib@2.3.1 ├─ @graphql-tools/relay-operation-optimizer@6.4.10 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ relay-compiler@12.0.0 │ └─ tslib@~2.4.0 ├─ @graphql-tools/schema@8.3.11 │ ├─ @graphql-tools/merge@8.2.11 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ tslib@~2.4.0 │ └─ value-or-promise@1.0.11 ├─ @graphql-tools/stitch@8.6.10 │ ├─ @graphql-tools/batch-delegate@8.2.17 │ ├─ @graphql-tools/delegate@8.7.8 │ ├─ @graphql-tools/merge@8.2.11 │ ├─ @graphql-tools/schema@8.3.11 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ @graphql-tools/wrap@8.4.17 │ ├─ tslib@~2.4.0 │ └─ value-or-promise@^1.0.11 ├─ @graphql-tools/stitching-directives@2.2.15 │ ├─ @graphql-tools/delegate@8.7.8 │ ├─ @graphql-tools/utils@8.6.10 │ └─ tslib@~2.4.0 ├─ @graphql-tools/utils@8.6.10 │ └─ tslib@~2.4.0 ├─ @graphql-tools/wrap@8.4.17 │ ├─ @graphql-tools/delegate@8.7.8 │ ├─ @graphql-tools/schema@8.3.11 │ ├─ @graphql-tools/utils@8.6.10 │ ├─ tslib@~2.4.0 │ └─ value-or-promise@1.0.11 ├─ @graphql-typed-document-node/core@3.1.1 ├─ @graphql-yoga/common@2.6.0 │ ├─ @envelop/core@^2.0.0 │ ├─ @envelop/parser-cache@^4.0.0 │ ├─ @envelop/validation-cache@^4.0.0 │ ├─ @graphql-tools/schema@^8.3.1 │ ├─ @graphql-tools/utils@^8.6.0 │ ├─ @graphql-typed-document-node/core@^3.1.1 │ ├─ @graphql-yoga/subscription@2.0.0 │ ├─ cross-undici-fetch@^0.4.2 │ ├─ dset@^3.1.1 │ └─ tslib@^2.3.1 ├─ @graphql-yoga/node@2.6.0 │ ├─ @envelop/core@^2.0.0 │ ├─ @graphql-tools/utils@^8.6.0 │ ├─ @graphql-yoga/common@2.6.0 │ ├─ @graphql-yoga/subscription@2.0.0 │ ├─ cross-undici-fetch@^0.4.2 │ └─ tslib@^2.3.1 ├─ @graphql-yoga/subscription@2.0.0 │ ├─ @repeaterjs/repeater@^3.0.4 │ └─ tslib@^2.3.1 ├─ @jridgewell/gen-mapping@0.3.1 │ ├─ @jridgewell/set-array@^1.0.0 │ ├─ @jridgewell/sourcemap-codec@^1.4.10 │ └─ @jridgewell/trace-mapping@^0.3.9 ├─ @jridgewell/resolve-uri@3.0.7 ├─ @jridgewell/set-array@1.1.1 ├─ @jridgewell/sourcemap-codec@1.4.13 ├─ @jridgewell/trace-mapping@0.3.13 │ ├─ @jridgewell/resolve-uri@^3.0.3 │ └─ @jridgewell/sourcemap-codec@^1.4.10 ├─ @n1ru4l/graphql-live-query@0.9.0 ├─ @n1ru4l/in-memory-live-query-store@0.9.0 │ ├─ @graphql-tools/utils@^8.5.2 │ ├─ @n1ru4l/graphql-live-query@0.9.0 │ └─ @repeaterjs/repeater@^3.0.4 ├─ @nodelib/fs.scandir@2.1.5 │ ├─ @nodelib/fs.stat@2.0.5 │ └─ run-parallel@^1.1.9 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 │ ├─ @nodelib/fs.scandir@2.1.5 │ └─ fastq@^1.6.0 ├─ @repeaterjs/repeater@3.0.4 ├─ @tsconfig/node10@1.0.8 ├─ @tsconfig/node12@1.0.9 ├─ @tsconfig/node14@1.0.1 ├─ @tsconfig/node16@1.0.2 ├─ @types/parse-json@4.0.0 ├─ abort-controller@3.0.0 │ └─ event-target-shim@^5.0.0 ├─ accepts@1.3.8 │ ├─ mime-types@~2.1.34 │ └─ negotiator@0.6.3 ├─ acorn-walk@8.2.0 ├─ acorn@8.7.1 ├─ ajv@8.11.0 │ ├─ fast-deep-equal@^3.1.1 │ ├─ json-schema-traverse@^1.0.0 │ ├─ require-from-string@^2.0.2 │ └─ uri-js@^4.2.2 ├─ ansi-regex@5.0.1 ├─ ansi-styles@4.3.0 │ └─ color-convert@^2.0.1 ├─ arg@4.1.3 ├─ argparse@2.0.1 ├─ array-flatten@1.1.1 ├─ array-union@2.1.0 ├─ asap@2.0.6 ├─ auto-bind@4.0.0 ├─ babel-plugin-dynamic-import-node@2.3.3 │ └─ object.assign@^4.1.0 ├─ babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0 ├─ babel-preset-fbjs@3.4.0 │ ├─ @babel/plugin-proposal-class-properties@^7.0.0 │ ├─ @babel/plugin-proposal-object-rest-spread@^7.0.0 │ ├─ @babel/plugin-syntax-class-properties@^7.0.0 │ ├─ @babel/plugin-syntax-flow@^7.0.0 │ ├─ @babel/plugin-syntax-jsx@^7.0.0 │ ├─ @babel/plugin-syntax-object-rest-spread@^7.0.0 │ ├─ @babel/plugin-transform-arrow-functions@^7.0.0 │ ├─ @babel/plugin-transform-block-scoped-functions@^7.0.0 │ ├─ @babel/plugin-transform-block-scoping@^7.0.0 │ ├─ @babel/plugin-transform-classes@^7.0.0 │ ├─ @babel/plugin-transform-computed-properties@^7.0.0 │ ├─ @babel/plugin-transform-destructuring@^7.0.0 │ ├─ @babel/plugin-transform-flow-strip-types@^7.0.0 │ ├─ @babel/plugin-transform-for-of@^7.0.0 │ ├─ @babel/plugin-transform-function-name@^7.0.0 │ ├─ @babel/plugin-transform-literals@^7.0.0 │ ├─ @babel/plugin-transform-member-expression-literals@^7.0.0 │ ├─ @babel/plugin-transform-modules-commonjs@^7.0.0 │ ├─ @babel/plugin-transform-object-super@^7.0.0 │ ├─ @babel/plugin-transform-parameters@^7.0.0 │ ├─ @babel/plugin-transform-property-literals@^7.0.0 │ ├─ @babel/plugin-transform-react-display-name@^7.0.0 │ ├─ @babel/plugin-transform-react-jsx@^7.0.0 │ ├─ @babel/plugin-transform-shorthand-properties@^7.0.0 │ ├─ @babel/plugin-transform-spread@^7.0.0 │ ├─ @babel/plugin-transform-template-literals@^7.0.0 │ └─ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0 ├─ balanced-match@1.0.2 ├─ base-64@0.1.0 ├─ bignumber.js@9.0.0 ├─ body-parser@1.20.0 │ ├─ bytes@3.1.2 │ ├─ content-type@~1.0.4 │ ├─ debug@2.6.9 │ ├─ depd@2.0.0 │ ├─ destroy@1.2.0 │ ├─ http-errors@2.0.0 │ ├─ iconv-lite@0.4.24 │ ├─ on-finished@2.4.1 │ ├─ qs@6.10.3 │ ├─ raw-body@2.5.1 │ ├─ type-is@~1.6.18 │ └─ unpipe@1.0.0 ├─ brace-expansion@1.1.11 │ ├─ balanced-match@^1.0.0 │ └─ concat-map@0.0.1 ├─ braces@3.0.2 │ └─ fill-range@^7.0.1 ├─ browserslist@4.20.3 │ ├─ caniuse-lite@^1.0.30001332 │ ├─ electron-to-chromium@^1.4.118 │ ├─ escalade@^3.1.1 │ ├─ node-releases@^2.0.3 │ └─ picocolors@^1.0.0 ├─ bser@2.1.1 │ └─ node-int64@^0.4.0 ├─ busboy@1.6.0 │ └─ streamsearch@^1.1.0 ├─ bytes@3.1.2 ├─ call-bind@1.0.2 │ ├─ function-bind@^1.1.1 │ └─ get-intrinsic@^1.0.2 ├─ callsites@3.1.0 ├─ camel-case@4.1.2 │ ├─ pascal-case@^3.1.2 │ └─ tslib@^2.0.3 ├─ camelcase@5.3.1 ├─ caniuse-lite@1.0.30001341 ├─ capital-case@1.0.4 │ ├─ no-case@^3.0.4 │ ├─ tslib@^2.0.3 │ └─ upper-case-first@^2.0.2 ├─ chalk@4.1.2 │ ├─ ansi-styles@^4.1.0 │ └─ supports-color@^7.1.0 ├─ change-case-all@1.0.14 │ ├─ change-case@^4.1.2 │ ├─ is-lower-case@^2.0.2 │ ├─ is-upper-case@^2.0.2 │ ├─ lower-case-first@^2.0.2 │ ├─ lower-case@^2.0.2 │ ├─ sponge-case@^1.0.1 │ ├─ swap-case@^2.0.2 │ ├─ title-case@^3.0.3 │ ├─ upper-case-first@^2.0.2 │ └─ upper-case@^2.0.2 ├─ change-case@4.1.2 │ ├─ 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 ├─ cliui@7.0.4 │ ├─ string-width@^4.2.0 │ ├─ strip-ansi@^6.0.0 │ └─ wrap-ansi@^7.0.0 ├─ color-convert@2.0.1 │ └─ color-name@~1.1.4 ├─ color-name@1.1.4 ├─ common-tags@1.8.2 ├─ concat-map@0.0.1 ├─ constant-case@3.0.4 │ ├─ no-case@^3.0.4 │ ├─ tslib@^2.0.3 │ └─ upper-case@^2.0.2 ├─ content-disposition@0.5.4 │ ├─ safe-buffer@5.2.1 │ └─ safe-buffer@5.2.1 ├─ content-type@1.0.4 ├─ convert-source-map@1.8.0 │ └─ safe-buffer@~5.1.1 ├─ cookie-parser@1.4.6 │ ├─ cookie-signature@1.0.6 │ └─ cookie@0.4.1 ├─ cookie-signature@1.0.6 ├─ cookie@0.4.1 ├─ core-util-is@1.0.3 ├─ cors@2.8.5 │ ├─ object-assign@^4 │ └─ vary@^1 ├─ cosmiconfig@7.0.1 │ ├─ @types/parse-json@^4.0.0 │ ├─ import-fresh@^3.2.1 │ ├─ parse-json@^5.0.0 │ ├─ path-type@^4.0.0 │ └─ yaml@^1.10.0 ├─ create-require@1.1.1 ├─ cross-fetch@3.1.5 │ └─ node-fetch@2.6.7 ├─ cross-undici-fetch@0.4.3 │ ├─ abort-controller@^3.0.0 │ ├─ busboy@^1.6.0 │ ├─ form-data-encoder@^1.7.1 │ ├─ formdata-node@^4.3.1 │ ├─ node-fetch@^2.6.7 │ ├─ undici@^5.1.0 │ └─ web-streams-polyfill@^3.2.0 ├─ dataloader@2.1.0 ├─ dayjs@1.11.2 ├─ debug@2.6.9 │ └─ ms@2.0.0 ├─ decamelize@1.2.0 ├─ deepmerge@4.2.2 ├─ define-properties@1.1.4 │ ├─ has-property-descriptors@^1.0.0 │ └─ object-keys@^1.1.1 ├─ depd@2.0.0 ├─ dependency-graph@0.11.0 ├─ destroy@1.2.0 ├─ diff@4.0.2 ├─ dir-glob@3.0.1 │ └─ path-type@^4.0.0 ├─ dnscache@1.0.2 │ ├─ asap@^2.0.6 │ └─ lodash.clone@^4.5.0 ├─ dot-case@3.0.4 │ ├─ no-case@^3.0.4 │ └─ tslib@^2.0.3 ├─ dotenv@16.0.1 ├─ dset@3.1.2 ├─ ee-first@1.1.1 ├─ electron-to-chromium@1.4.137 ├─ emoji-regex@8.0.0 ├─ encodeurl@1.0.2 ├─ error-ex@1.3.2 │ └─ is-arrayish@^0.2.1 ├─ escalade@3.1.1 ├─ escape-html@1.0.3 ├─ escape-string-regexp@1.0.5 ├─ etag@1.8.1 ├─ event-target-shim@5.0.1 ├─ express@4.18.1 │ ├─ accepts@~1.3.8 │ ├─ array-flatten@1.1.1 │ ├─ body-parser@1.20.0 │ ├─ content-disposition@0.5.4 │ ├─ content-type@~1.0.4 │ ├─ cookie-signature@1.0.6 │ ├─ cookie@0.5.0 │ ├─ cookie@0.5.0 │ ├─ debug@2.6.9 │ ├─ depd@2.0.0 │ ├─ encodeurl@~1.0.2 │ ├─ escape-html@~1.0.3 │ ├─ etag@~1.8.1 │ ├─ finalhandler@1.2.0 │ ├─ fresh@0.5.2 │ ├─ http-errors@2.0.0 │ ├─ merge-descriptors@1.0.1 │ ├─ methods@~1.1.2 │ ├─ on-finished@2.4.1 │ ├─ parseurl@~1.3.3 │ ├─ path-to-regexp@0.1.7 │ ├─ proxy-addr@~2.0.7 │ ├─ qs@6.10.3 │ ├─ range-parser@~1.2.1 │ ├─ safe-buffer@5.2.1 │ ├─ safe-buffer@5.2.1 │ ├─ send@0.18.0 │ ├─ serve-static@1.15.0 │ ├─ setprototypeof@1.2.0 │ ├─ statuses@2.0.1 │ ├─ type-is@~1.6.18 │ ├─ utils-merge@1.0.1 │ └─ vary@~1.1.2 ├─ fast-deep-equal@3.1.3 ├─ fast-glob@3.2.11 │ ├─ @nodelib/fs.stat@^2.0.2 │ ├─ @nodelib/fs.walk@^1.2.3 │ ├─ glob-parent@^5.1.2 │ ├─ merge2@^1.3.0 │ └─ micromatch@^4.0.4 ├─ fast-json-stable-stringify@2.1.0 ├─ fast-json-stringify@1.21.0 │ ├─ ajv@^6.11.0 │ ├─ ajv@6.12.6 │ │ ├─ fast-deep-equal@^3.1.1 │ │ ├─ fast-json-stable-stringify@^2.0.0 │ │ ├─ json-schema-traverse@^0.4.1 │ │ └─ uri-js@^4.2.2 │ ├─ deepmerge@^4.2.2 │ ├─ json-schema-traverse@0.4.1 │ └─ string-similarity@^4.0.1 ├─ fastq@1.13.0 │ └─ reusify@^1.0.4 ├─ fb-watchman@2.0.1 │ └─ bser@2.1.1 ├─ fbjs-css-vars@1.0.2 ├─ fbjs@3.0.4 │ ├─ cross-fetch@^3.1.5 │ ├─ fbjs-css-vars@^1.0.0 │ ├─ loose-envify@^1.0.0 │ ├─ object-assign@^4.1.0 │ ├─ promise@^7.1.1 │ ├─ setimmediate@^1.0.5 │ └─ ua-parser-js@^0.7.30 ├─ fetchache@0.1.2 │ ├─ http-cache-semantics@^4.1.0 │ └─ tslib@^2.3.1 ├─ file-uri-to-path@2.0.0 ├─ fill-range@7.0.1 │ └─ to-regex-range@^5.0.1 ├─ finalhandler@1.2.0 │ ├─ debug@2.6.9 │ ├─ encodeurl@~1.0.2 │ ├─ escape-html@~1.0.3 │ ├─ on-finished@2.4.1 │ ├─ parseurl@~1.3.3 │ ├─ statuses@2.0.1 │ └─ unpipe@~1.0.0 ├─ find-up@4.1.0 │ ├─ locate-path@^5.0.0 │ └─ path-exists@^4.0.0 ├─ flatstr@1.0.12 ├─ foreach@2.0.6 ├─ form-data-encoder@1.7.2 ├─ formdata-node@4.3.2 │ ├─ node-domexception@1.0.0 │ ├─ web-streams-polyfill@4.0.0-beta.1 │ └─ web-streams-polyfill@4.0.0-beta.1 ├─ forwarded@0.2.0 ├─ fresh@0.5.2 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ generate-function@2.3.1 │ └─ is-property@^1.0.2 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-intrinsic@1.1.1 │ ├─ function-bind@^1.1.1 │ ├─ has-symbols@^1.0.1 │ └─ has@^1.0.3 ├─ glob-parent@5.1.2 │ └─ is-glob@^4.0.1 ├─ glob@7.2.3 │ ├─ fs.realpath@^1.0.0 │ ├─ inflight@^1.0.4 │ ├─ inherits@2 │ ├─ minimatch@^3.1.1 │ ├─ once@^1.3.0 │ └─ path-is-absolute@^1.0.0 ├─ globals@11.12.0 ├─ globby@11.1.0 │ ├─ array-union@^2.1.0 │ ├─ dir-glob@^3.0.1 │ ├─ fast-glob@^3.2.9 │ ├─ ignore@^5.2.0 │ ├─ merge2@^1.4.1 │ └─ slash@^3.0.0 ├─ graphql-compose@9.0.8 │ └─ graphql-type-json@0.3.2 ├─ graphql-executor@0.0.23 ├─ graphql-fields@2.0.3 ├─ graphql-import-node@0.0.5 ├─ graphql-jit@0.7.3 │ ├─ @graphql-typed-document-node/core@^3.1.1 │ ├─ fast-json-stringify@^1.13.0 │ ├─ generate-function@^2.3.1 │ ├─ json-schema@^0.4.0 │ ├─ lodash.memoize@^4.1.2 │ ├─ lodash.merge@4.6.2 │ └─ lodash.mergewith@4.6.2 ├─ graphql-scalars@1.17.0 │ ├─ tslib@~2.3.0 │ └─ tslib@2.3.1 ├─ graphql-subscriptions@2.0.0 │ └─ iterall@^1.3.0 ├─ graphql-tag@2.12.6 │ └─ tslib@^2.1.0 ├─ graphql-type-json@0.3.2 ├─ graphql-ws@5.8.2 ├─ graphql@16.5.0 ├─ has-flag@4.0.0 ├─ has-property-descriptors@1.0.0 │ └─ get-intrinsic@^1.1.1 ├─ has-symbols@1.0.3 ├─ has@1.0.3 │ └─ function-bind@^1.1.1 ├─ header-case@2.0.4 │ ├─ capital-case@^1.0.4 │ └─ tslib@^2.0.3 ├─ http-cache-semantics@4.1.0 ├─ http-errors@2.0.0 │ ├─ depd@2.0.0 │ ├─ inherits@2.0.4 │ ├─ setprototypeof@1.2.0 │ ├─ statuses@2.0.1 │ └─ toidentifier@1.0.1 ├─ iconv-lite@0.4.24 │ └─ safer-buffer@>= 2.1.2 < 3 ├─ ignore@5.2.0 ├─ immediate@3.0.6 ├─ immutable@3.7.6 ├─ import-fresh@3.3.0 │ ├─ parent-module@^1.0.0 │ ├─ resolve-from@^4.0.0 │ └─ resolve-from@4.0.0 ├─ import-from@4.0.0 ├─ inflight@1.0.6 │ ├─ once@^1.3.0 │ └─ wrappy@1 ├─ inherits@2.0.4 ├─ invariant@2.2.4 │ └─ loose-envify@^1.0.0 ├─ ipaddr.js@1.9.1 ├─ is-absolute@1.0.0 │ ├─ is-relative@^1.0.0 │ └─ is-windows@^1.0.1 ├─ is-arrayish@0.2.1 ├─ is-docker@2.2.1 ├─ is-extglob@2.1.1 ├─ is-fullwidth-code-point@3.0.0 ├─ is-glob@4.0.3 │ └─ is-extglob@^2.1.1 ├─ is-lower-case@2.0.2 │ └─ tslib@^2.0.3 ├─ is-number@7.0.0 ├─ is-property@1.0.2 ├─ is-relative@1.0.0 │ └─ is-unc-path@^1.0.0 ├─ is-unc-path@1.0.0 │ └─ unc-path-regex@^0.1.2 ├─ is-upper-case@2.0.2 │ └─ tslib@^2.0.3 ├─ is-url@1.2.4 ├─ is-windows@1.0.2 ├─ is-wsl@2.2.0 │ └─ is-docker@^2.0.0 ├─ isarray@1.0.0 ├─ iterall@1.3.0 ├─ js-tokens@4.0.0 ├─ js-yaml@4.1.0 │ └─ argparse@^2.0.1 ├─ jsesc@2.5.2 ├─ json-bigint-patch@0.0.8 ├─ json-parse-even-better-errors@2.3.1 ├─ json-pointer@0.6.2 │ └─ foreach@^2.0.4 ├─ json-schema-traverse@1.0.0 ├─ json-schema@0.4.0 ├─ json5@2.2.1 ├─ lie@3.1.1 │ └─ immediate@~3.0.5 ├─ lines-and-columns@1.2.4 ├─ localforage@1.10.0 │ └─ lie@3.1.1 ├─ locate-path@5.0.0 │ └─ p-locate@^4.1.0 ├─ lodash.clone@4.5.0 ├─ lodash.memoize@4.1.2 ├─ lodash.merge@4.6.2 ├─ lodash.mergewith@4.6.2 ├─ lodash@4.17.21 ├─ loose-envify@1.4.0 │ └─ js-tokens@^3.0.0 || ^4.0.0 ├─ lower-case-first@2.0.2 │ └─ tslib@^2.0.3 ├─ lower-case@2.0.2 │ └─ tslib@^2.0.3 ├─ make-error@1.3.6 ├─ map-cache@0.2.2 ├─ media-typer@0.3.0 ├─ merge-descriptors@1.0.1 ├─ merge2@1.4.1 ├─ methods@1.1.2 ├─ micromatch@4.0.5 │ ├─ braces@^3.0.2 │ └─ picomatch@^2.3.1 ├─ mime-db@1.52.0 ├─ mime-types@2.1.35 │ └─ mime-db@1.52.0 ├─ mime@1.6.0 ├─ minimatch@3.1.2 │ └─ brace-expansion@^1.1.7 ├─ minimist@1.2.6 ├─ mkdirp@1.0.4 ├─ ms@2.0.0 ├─ mysql-utilities@1.1.3 │ └─ mysql@^2.18.1 ├─ mysql@2.18.1 │ ├─ bignumber.js@9.0.0 │ ├─ readable-stream@2.3.7 │ ├─ safe-buffer@5.1.2 │ └─ sqlstring@2.3.1 ├─ negotiator@0.6.3 ├─ no-case@3.0.4 │ ├─ lower-case@^2.0.2 │ └─ tslib@^2.0.3 ├─ node-domexception@1.0.0 ├─ node-fetch@2.6.7 │ └─ whatwg-url@^5.0.0 ├─ node-int64@0.4.0 ├─ node-releases@2.0.4 ├─ normalize-path@2.1.1 │ └─ remove-trailing-separator@^1.0.1 ├─ nullthrows@1.1.1 ├─ object-assign@4.1.1 ├─ object-hash@3.0.0 ├─ object-inspect@1.10.3 ├─ object-keys@1.1.1 ├─ object.assign@4.1.2 │ ├─ call-bind@^1.0.0 │ ├─ define-properties@^1.1.3 │ ├─ has-symbols@^1.0.1 │ └─ object-keys@^1.1.1 ├─ on-finished@2.4.1 │ └─ ee-first@1.1.1 ├─ once@1.4.0 │ └─ wrappy@1 ├─ open@7.4.2 │ ├─ is-docker@^2.0.0 │ └─ is-wsl@^2.1.1 ├─ p-limit@3.1.0 │ └─ yocto-queue@^0.1.0 ├─ p-locate@4.1.0 │ ├─ p-limit@^2.2.0 │ └─ p-limit@2.3.0 │ └─ p-try@^2.0.0 ├─ p-try@2.2.0 ├─ param-case@3.0.4 │ ├─ dot-case@^3.0.4 │ └─ tslib@^2.0.3 ├─ parent-module@1.0.1 │ └─ callsites@^3.0.0 ├─ parse-filepath@1.0.2 │ ├─ is-absolute@^1.0.0 │ ├─ map-cache@^0.2.0 │ └─ path-root@^0.1.1 ├─ parse-json@5.2.0 │ ├─ @babel/code-frame@^7.0.0 │ ├─ error-ex@^1.3.1 │ ├─ json-parse-even-better-errors@^2.3.0 │ └─ lines-and-columns@^1.1.6 ├─ parseurl@1.3.3 ├─ pascal-case@3.1.2 │ ├─ no-case@^3.0.4 │ └─ tslib@^2.0.3 ├─ path-browserify@1.0.1 ├─ path-case@3.0.4 │ ├─ dot-case@^3.0.4 │ └─ tslib@^2.0.3 ├─ path-exists@4.0.0 ├─ path-is-absolute@1.0.1 ├─ path-root-regex@0.1.2 ├─ path-root@0.1.1 │ └─ path-root-regex@^0.1.0 ├─ path-to-regexp@0.1.7 ├─ path-type@4.0.0 ├─ picocolors@1.0.0 ├─ picomatch@2.3.1 ├─ process-nextick-args@2.0.1 ├─ promise@7.3.1 │ └─ asap@~2.0.3 ├─ proxy-addr@2.0.7 │ ├─ forwarded@0.2.0 │ └─ ipaddr.js@1.9.1 ├─ punycode@2.1.1 ├─ qs@6.10.3 │ └─ side-channel@^1.0.4 ├─ queue-microtask@1.2.3 ├─ range-parser@1.2.1 ├─ raw-body@2.5.1 │ ├─ bytes@3.1.2 │ ├─ http-errors@2.0.0 │ ├─ iconv-lite@0.4.24 │ └─ unpipe@1.0.0 ├─ react-native-fs@2.20.0 │ ├─ base-64@^0.1.0 │ └─ utf8@^3.0.0 ├─ react-native-path@0.0.5 ├─ readable-stream@2.3.7 │ ├─ core-util-is@~1.0.0 │ ├─ inherits@~2.0.3 │ ├─ isarray@~1.0.0 │ ├─ process-nextick-args@~2.0.0 │ ├─ safe-buffer@~5.1.1 │ ├─ string_decoder@~1.1.1 │ └─ util-deprecate@~1.0.1 ├─ regenerator-runtime@0.13.9 ├─ relay-compiler@12.0.0 │ ├─ @babel/core@^7.14.0 │ ├─ @babel/generator@^7.14.0 │ ├─ @babel/parser@^7.14.0 │ ├─ @babel/runtime@^7.0.0 │ ├─ @babel/traverse@^7.14.0 │ ├─ @babel/types@^7.0.0 │ ├─ babel-preset-fbjs@^3.4.0 │ ├─ chalk@^4.0.0 │ ├─ cliui@6.0.0 │ │ ├─ string-width@^4.2.0 │ │ ├─ strip-ansi@^6.0.0 │ │ └─ wrap-ansi@^6.2.0 │ ├─ fb-watchman@^2.0.0 │ ├─ fbjs@^3.0.0 │ ├─ glob@^7.1.1 │ ├─ immutable@~3.7.6 │ ├─ invariant@^2.2.4 │ ├─ nullthrows@^1.1.1 │ ├─ relay-runtime@12.0.0 │ ├─ signedsource@^1.0.0 │ ├─ wrap-ansi@6.2.0 │ │ ├─ ansi-styles@^4.0.0 │ │ ├─ string-width@^4.1.0 │ │ └─ strip-ansi@^6.0.0 │ ├─ y18n@4.0.3 │ ├─ yargs-parser@18.1.3 │ │ ├─ camelcase@^5.0.0 │ │ └─ decamelize@^1.2.0 │ ├─ yargs@^15.3.1 │ └─ yargs@15.4.1 │ ├─ cliui@^6.0.0 │ ├─ decamelize@^1.2.0 │ ├─ find-up@^4.1.0 │ ├─ get-caller-file@^2.0.1 │ ├─ require-directory@^2.1.1 │ ├─ require-main-filename@^2.0.0 │ ├─ set-blocking@^2.0.0 │ ├─ string-width@^4.2.0 │ ├─ which-module@^2.0.0 │ ├─ y18n@^4.0.0 │ └─ yargs-parser@^18.1.2 ├─ relay-runtime@12.0.0 │ ├─ @babel/runtime@^7.0.0 │ ├─ fbjs@^3.0.0 │ └─ invariant@^2.2.4 ├─ remove-trailing-separator@1.1.0 ├─ require-directory@2.1.1 ├─ require-from-string@2.0.2 ├─ require-main-filename@2.0.0 ├─ resolve-from@5.0.0 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 │ └─ glob@^7.1.3 ├─ run-parallel@1.2.0 │ └─ queue-microtask@^1.2.2 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ semver@6.3.0 ├─ send@0.18.0 │ ├─ debug@2.6.9 │ ├─ depd@2.0.0 │ ├─ destroy@1.2.0 │ ├─ encodeurl@~1.0.2 │ ├─ escape-html@~1.0.3 │ ├─ etag@~1.8.1 │ ├─ fresh@0.5.2 │ ├─ http-errors@2.0.0 │ ├─ mime@1.6.0 │ ├─ ms@2.1.3 │ ├─ ms@2.1.3 │ ├─ on-finished@2.4.1 │ ├─ range-parser@~1.2.1 │ └─ statuses@2.0.1 ├─ sentence-case@3.0.4 │ ├─ no-case@^3.0.4 │ ├─ tslib@^2.0.3 │ └─ upper-case-first@^2.0.2 ├─ serve-static@1.15.0 │ ├─ encodeurl@~1.0.2 │ ├─ escape-html@~1.0.3 │ ├─ parseurl@~1.3.3 │ └─ send@0.18.0 ├─ set-blocking@2.0.0 ├─ setimmediate@1.0.5 ├─ setprototypeof@1.2.0 ├─ side-channel@1.0.4 │ ├─ call-bind@^1.0.0 │ ├─ get-intrinsic@^1.0.2 │ ├─ object-inspect@^1.9.0 │ └─ object-inspect@1.12.0 ├─ signedsource@1.0.0 ├─ slash@3.0.0 ├─ snake-case@3.0.4 │ ├─ dot-case@^3.0.4 │ └─ tslib@^2.0.3 ├─ sponge-case@1.0.1 │ └─ tslib@^2.0.3 ├─ sqlstring@2.3.1 ├─ statuses@2.0.1 ├─ streamsearch@1.1.0 ├─ string_decoder@1.1.1 │ └─ safe-buffer@~5.1.0 ├─ string-similarity@4.0.4 ├─ string-width@4.2.3 │ ├─ emoji-regex@^8.0.0 │ ├─ is-fullwidth-code-point@^3.0.0 │ └─ strip-ansi@^6.0.1 ├─ strip-ansi@6.0.1 │ └─ ansi-regex@^5.0.1 ├─ strip-bom@3.0.0 ├─ supports-color@7.2.0 │ └─ has-flag@^4.0.0 ├─ swap-case@2.0.2 │ └─ tslib@^2.0.3 ├─ tiny-lru@7.0.6 ├─ title-case@3.0.3 │ └─ tslib@^2.0.3 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@5.0.1 │ └─ is-number@^7.0.0 ├─ toidentifier@1.0.1 ├─ tr46@0.0.3 ├─ ts-node@10.7.0 │ ├─ @cspotcode/source-map-support@0.7.0 │ ├─ @tsconfig/node10@^1.0.7 │ ├─ @tsconfig/node12@^1.0.7 │ ├─ @tsconfig/node14@^1.0.0 │ ├─ @tsconfig/node16@^1.0.2 │ ├─ acorn-walk@^8.1.1 │ ├─ acorn@^8.4.1 │ ├─ arg@^4.1.0 │ ├─ create-require@^1.1.0 │ ├─ diff@^4.0.1 │ ├─ make-error@^1.1.1 │ ├─ v8-compile-cache-lib@^3.0.0 │ └─ yn@3.1.1 ├─ tsconfig-paths@4.0.0 │ ├─ json5@^2.2.1 │ ├─ minimist@^1.2.6 │ └─ strip-bom@^3.0.0 ├─ tslib@2.4.0 ├─ type-is@1.6.18 │ ├─ media-typer@0.3.0 │ └─ mime-types@~2.1.24 ├─ typescript@4.6.4 ├─ ua-parser-js@0.7.31 ├─ unc-path-regex@0.1.2 ├─ undici@5.2.0 ├─ unixify@1.0.0 │ └─ normalize-path@^2.1.1 ├─ unpipe@1.0.0 ├─ upper-case-first@2.0.2 │ └─ tslib@^2.0.3 ├─ upper-case@2.0.2 │ └─ tslib@^2.0.3 ├─ uri-js@4.4.1 │ └─ punycode@^2.1.0 ├─ utf8@3.0.0 ├─ util-deprecate@1.0.2 ├─ utils-merge@1.0.1 ├─ v8-compile-cache-lib@3.0.1 ├─ value-or-promise@1.0.11 ├─ vary@1.1.2 ├─ web-streams-polyfill@3.2.1 ├─ webidl-conversions@3.0.1 ├─ whatwg-url@5.0.0 │ ├─ tr46@~0.0.3 │ └─ webidl-conversions@^3.0.0 ├─ which-module@2.0.0 ├─ wrap-ansi@7.0.0 │ ├─ ansi-styles@^4.0.0 │ ├─ string-width@^4.1.0 │ └─ strip-ansi@^6.0.0 ├─ wrappy@1.0.2 ├─ ws@8.6.0 ├─ y18n@5.0.8 ├─ yaml@1.10.2 ├─ yargs-parser@21.0.1 ├─ yargs@17.5.1 │ ├─ cliui@^7.0.2 │ ├─ escalade@^3.1.1 │ ├─ get-caller-file@^2.0.5 │ ├─ require-directory@^2.1.1 │ ├─ string-width@^4.2.3 │ ├─ y18n@^5.0.5 │ └─ yargs-parser@^21.0.0 ├─ yn@3.1.1 └─ yocto-queue@0.1.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Getting error message on valid date.
Mesh AggregateError: DateTime cannot represent an invalid date-time-string 2016-03-16 06:38:12.
To Reproduce
Steps to reproduce the behavior:
MariaDB 10.1.48, table with datetime field
Expected behavior
No error on valid date.
Environment:
The text was updated successfully, but these errors were encountered: