fix(preset/near-operation-file): accept skipDocumentsValidat #1035
Annotations
5 errors
packages/presets/near-operation-file/src/index.ts#L354
Property 'skipDocumentsValidation' does not exist on type 'PresetFnArgs<NearOperationFileConfig, { [key: string]: any; }>'.
|
packages/presets/near-operation-file/src/index.ts#L356
Property 'skipDocumentsValidation' does not exist on type 'PresetFnArgs<NearOperationFileConfig, { [key: string]: any; }>'.
|
packages/presets/near-operation-file/tests/near-operation-file.spec.ts#L717
Argument of type '{ baseOutputDir: string; config: {}; presetConfig: { baseTypesPath: string; }; schema: DocumentNode; schemaAst: GraphQLSchema; documents: { location: string; document: DocumentNode; }[]; plugins: undefined[]; pluginMap: {}; skipDocumentsValidation: { ...; }; }' is not assignable to parameter of type 'PresetFnArgs<NearOperationFileConfig, { [key: string]: any; }>'.
|
packages/presets/near-operation-file/tests/near-operation-file.spec.ts#L737
Argument of type '{ baseOutputDir: string; config: {}; presetConfig: { baseTypesPath: string; }; schema: DocumentNode; schemaAst: GraphQLSchema; documents: { location: string; document: DocumentNode; }[]; plugins: undefined[]; pluginMap: {}; skipDocumentsValidation: boolean; }' is not assignable to parameter of type 'PresetFnArgs<NearOperationFileConfig, { [key: string]: any; }>'.
|
|
The logs for this run have expired and are no longer available.
Loading