Skip to content

WIP towards changing first/last into dependencies rather than constants #1880

WIP towards changing first/last into dependencies rather than constants

WIP towards changing first/last into dependencies rather than constants #1880

Triggered via push January 15, 2025 13:28
Status Failure
Total duration 2m 59s
Artifacts

test.yml

on: push
Matrix: @dataplan/pg tests / build
Matrix: PostGraphile tests (exported as graphql-js) / build
Matrix: PostGraphile tests (exported as typeDefs) / build
Matrix: PostGraphile jest tests / build
Matrix: PostGraphile schema export tests / build
Matrix: Small package tests / build
Fit to window
Zoom out
Zoom in

Annotations

120 errors and 12 warnings
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile schema export tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile jest tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile schema export tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
@dataplan/pg tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as graphql-js) / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
PostGraphile tests (exported as typeDefs) / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (17, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1788
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L1868
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2100
Type '{ text: string; rawSqlValues: SQLRawValue[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2129
Type '{ text: string; rawSqlValues: never[]; textForDeclare: string; rawSqlValuesForDeclare: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: boolean; streamInitialCount: number; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Type '{ text: string; textForSingle: string | undefined; rawSqlValues: SQLRawValue[]; identifierIndex: number | null; shouldReverseOrder: any; name: string; nameForSingle: string | undefined; }' is not assignable to type '{ text: string; textForSingle?: string | undefined; rawSqlValues: SQLRawValue[]; textForDeclare?: string | undefined; rawSqlValuesForDeclare?: SQLRawValue[] | undefined; streamInitialCount?: number | undefined; identifierIndex: number | null; name?: string | undefined; nameForSingle?: string | undefined; }'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2145
Property 'shouldReverseOrder' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2291
Property 'first' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<TResource>'.
Small package tests / build (12, 20.x): grafast/dataplan-pg/src/steps/pgSelect.ts#L2294
Property 'last' does not exist on type 'PgSelectStep<PgResource<string, PgCodec<string, { [x: string]: PgCodecAttribute<PgCodec<string, ... | undefined, any, any, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<string, any, any, any, any, any, any> | undefined, PgCodec<...> | undefined>, boolean>; } | undefined, ... 4 more ..., PgCodec<...'.
PostGraphile jest tests / build (12, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PostGraphile schema export tests / build (12, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PostGraphile jest tests / build (17, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PostGraphile tests (exported as typeDefs) / build (12, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PostGraphile schema export tests / build (17, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
@dataplan/pg tests / build (12, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
@dataplan/pg tests / build (17, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PostGraphile tests (exported as graphql-js) / build (17, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PostGraphile tests (exported as graphql-js) / build (12, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PostGraphile tests (exported as typeDefs) / build (17, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Small package tests / build (17, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Small package tests / build (12, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636