feat: fragment-arguments execution #10801
Annotations
10 errors
Type Check:
packages/delegate/src/mergeFields.ts#L125
Argument of type 'FieldDetails[]' is not assignable to parameter of type 'ASTNode | readonly ASTNode[] | undefined'.
|
Type Check:
packages/executor/src/execution/__tests__/variables-test.ts#L137
Object literal may only specify known properties, but 'experimentalFragmentArguments' does not exist in type 'ParseOptions'. Did you mean to write 'experimentalFragmentVariables'?
|
Type Check:
packages/executor/src/execution/values.ts#L145
No overload matches this call.
|
Type Check:
packages/executor/src/execution/values.ts#L154
Object literal may only specify known properties, and 'nodes' does not exist in type 'ASTNode | readonly ASTNode[]'.
|
Type Check:
packages/executor/src/execution/values.ts#L177
Object literal may only specify known properties, and 'nodes' does not exist in type 'ASTNode | readonly ASTNode[]'.
|
Type Check:
packages/stitch/src/executor.ts#L36
Property 'alias' does not exist on type 'FieldDetails'.
|
Type Check:
packages/stitch/src/getFieldsNotInSubschema.ts#L29
Property 'name' does not exist on type 'FieldDetails'.
|
Type Check:
packages/stitch/src/getFieldsNotInSubschema.ts#L32
Argument of type 'FieldDetails' is not assignable to parameter of type 'FieldNode'.
|
Type Check:
packages/stitch/src/stitchingInfo.ts#L322
Argument of type 'FieldDetails' is not assignable to parameter of type 'ASTNode'.
|
Type Check:
packages/stitch/src/stitchingInfo.ts#L324
Type 'FieldDetails' is not assignable to type 'FieldNode'.
|
Loading