Skip to content

groq-builder: Added q.fragment implementation #483

groq-builder: Added q.fragment implementation

groq-builder: Added q.fragment implementation #483

Triggered via pull request December 22, 2023 17:07
@scottrippeyscottrippey
synchronize #250
fragments
Status Failure
Total duration 38s
Artifacts

static-analysis.yml

on: pull_request
Lint and Type-check
29s
Lint and Type-check
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Lint and Type-check
Module '"./fragment"' has no exported member 'InferFragmentType'.
Lint and Type-check
Expected 1 arguments, but got 0.
Lint and Type-check
Expected 1 arguments, but got 0.
Lint and Type-check
Type 'InferFragmentType<Fragment<{ name: true; price: true; slug: "slug.current"; }, Variant>>[]' does not satisfy the constraint '{ slug: string; name: string; price: number; }[] & { [ERROR]: "Types should be strict equal"; }'.
Lint and Type-check
Expected 1 arguments, but got 0.
Lint and Type-check
Expected 1 arguments, but got 0.
Lint and Type-check
Process completed with exit code 1.
Lint and Type-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/