File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
grafast/dataplan-pg/src/steps
graphile-build/graphile-build-pg/src/plugins Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import {
25
25
isAsyncIterable ,
26
26
isDev ,
27
27
isPromiseLike ,
28
- operationPlan ,
29
28
reverseArray ,
30
29
SafeError ,
31
30
Step ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import type {
16
16
PgSelectArgumentDigest ,
17
17
PgSelectArgumentSpec ,
18
18
PgSelectQueryBuilder ,
19
- PgTypedStep ,
20
19
PgUpdateSingleStep ,
21
20
} from "@dataplan/pg" ;
22
21
import {
@@ -42,7 +41,6 @@ import {
42
41
__ListTransformStep ,
43
42
bakedInput ,
44
43
connection ,
45
- constant ,
46
44
object ,
47
45
ObjectStep ,
48
46
stepAMayDependOnStepB ,
@@ -555,13 +553,6 @@ export const PgCustomTypeFieldPlugin: GraphileConfig.Plugin = {
555
553
argDetailsSimple ,
556
554
`argDetailsSimple_${ resource . name } ` ,
557
555
) ;
558
- let indexAfterWhichAllArgsAreNamed = 0 ;
559
- const argDetailsLength = argDetails . length ;
560
- for ( let i = 0 ; i < argDetailsLength ; i ++ ) {
561
- if ( ! argDetails [ i ] . postgresArgName ) {
562
- indexAfterWhichAllArgsAreNamed = i + 1 ;
563
- }
564
- }
565
556
566
557
const makeArgs = EXPORTABLE (
567
558
( argDetailsSimple , makeArg ) =>
You can’t perform that action at this time.
0 commit comments