Skip to content

Graphql, Web: store connection map #532

Graphql, Web: store connection map

Graphql, Web: store connection map #532

Triggered via pull request January 31, 2025 00:51
Status Failure
Total duration 1m 30s
Artifacts

ci-web.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci
Argument of type '{ databaseName: string; }' is not assignable to parameter of type 'DatabaseOptionalSchemaParams'.
ci
Property 'name' is missing in type '{ databaseName: string; }' but required in type 'Exact<{ name: string; databaseName: string; }>'.
ci
Argument of type '{ databaseName: string; }' is not assignable to parameter of type 'DatabaseOptionalSchemaParams'.
ci
Property 'connectionName' is missing in type '{ rows: RowForDataTableFragment[]; columns: ColumnForDataTableFragment[]; columnStatus: ColumnStatus; }' but required in type 'Props'.
ci
Property 'connectionName' is missing in type '{ rows: RowForDataTableFragment[]; columns: ColumnForDataTableFragment[]; isMobile: true; columnStatus: ColumnStatus; }' but required in type 'Props'.
ci
Property 'connectionName' is missing in type '{ cell: { __typename?: "ColumnValue" | undefined; displayValue: string; }; cidx: number; row: RowForDataTableFragment; ridx: number; columns: ColumnForDataTableFragment[]; showRowDropdown: boolean; isMobile?: boolean | undefined; columnStatus: ColumnStatus; }' but required in type 'Props'.
ci
Type 'RefParams' is not assignable to type 'Exact<{ name: string; databaseName: string; refName: string; }> | undefined'.
ci
Type '{ databaseName: string; }' is not assignable to type 'DatabaseParams'.
ci
Argument of type '{ databaseName: string; branchName: string; }' is not assignable to parameter of type 'BranchParams'.
ci
Property 'name' is missing in type '{ databaseName: string; branchName: string; }' but required in type 'Exact<{ name: string; branchName: string; databaseName: string; }>'.