Skip to content

added postgresql functions for graph ql api #389

added postgresql functions for graph ql api

added postgresql functions for graph ql api #389

Triggered via pull request October 20, 2023 12:06
Status Failure
Total duration 2m 1s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
build-and-test: packages/repco-core/src/datasources/cba.ts#L480
Expected 3 arguments, but got 2.
build-and-test: packages/repco-core/src/datasources/cba.ts#L539
Expected 3 arguments, but got 2.
build-and-test: packages/repco-core/src/datasources/cba.ts#L776
Type '{ language: any; text: any; engine: string; MediaAsset: any; }' is missing the following properties from type '{ MediaAsset: { uid?: string | undefined; uri?: string | undefined; cid?: CID<unknown, number, number, Version> | ((params?: RawCreateParams) => ZodNever) | undefined; }; ... 6 more ...; uid?: string | ... 1 more ... | undefined; }': subtitleUrl, author, license
build-and-test
Process completed with exit code 1.
build-and-test
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/