feat: fragment-arguments execution #10801
Annotations
10 errors
Build Packages:
packages/delegate/src/mergeFields.ts#L125
Argument of type 'FieldDetails[]' is not assignable to parameter of type 'ASTNode | readonly ASTNode[] | null | undefined'.
|
Build Packages:
packages/executor/src/execution/__tests__/variables-test.ts#L137
Object literal may only specify known properties, and 'experimentalFragmentArguments' does not exist in type 'ParseOptions'.
|
Build Packages:
packages/stitch/src/executor.ts#L36
Property 'alias' does not exist on type 'FieldDetails'.
|
Build Packages:
packages/stitch/src/getFieldsNotInSubschema.ts#L29
Property 'name' does not exist on type 'FieldDetails'.
|
Build Packages:
packages/stitch/src/getFieldsNotInSubschema.ts#L32
Argument of type 'FieldDetails' is not assignable to parameter of type 'FieldNode'.
|
Build Packages:
packages/stitch/src/stitchingInfo.ts#L322
Argument of type 'FieldDetails' is not assignable to parameter of type 'ASTNode'.
|
Build Packages:
packages/stitch/src/stitchingInfo.ts#L324
Type 'FieldDetails' is not assignable to type 'FieldNode'.
|
Build Packages:
packages/stitch/src/stitchingInfo.ts#L325
Argument of type 'FieldDetails' is not assignable to parameter of type 'FieldNode'.
|
Build Packages:
packages/utils/src/visitResult.ts#L193
Argument of type 'Map<string, FieldDetails[]>' is not assignable to parameter of type 'Map<string, FieldNode[]>'.
|
Build Packages:
packages/utils/src/visitResult.ts#L392
Argument of type 'Map<string, FieldDetails[]>' is not assignable to parameter of type 'Map<string, FieldNode[]>'.
|
Loading