Skip to content

fix: Remove redundant constraints on IntrospectionQuery causing TS perf bottlenecks #37

fix: Remove redundant constraints on IntrospectionQuery causing TS perf bottlenecks

fix: Remove redundant constraints on IntrospectionQuery causing TS perf bottlenecks #37

Triggered via pull request January 18, 2024 20:09
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
Checks: src/__tests__/introspection.test-d.ts#L1
Type 'simpleSchema' does not satisfy the constraint '{ types: { ID: { kind: "SCALAR"; type: string | number; }; Boolean: { kind: "SCALAR"; type: boolean; }; String: { kind: "SCALAR"; type: string; }; Int: { kind: "SCALAR"; type: number; }; Query: { name: "Query"; kind: "OBJECT"; fields: { ...; }; interfaces: never; }; ... 11 more ...; NoTodosError: { ...; }; }; query:...'.
Checks
Process completed with exit code 1.
Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, pnpm/action-setup@v2.2.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Checks
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/