We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fddf2 commit f6a6584Copy full SHA for f6a6584
packages/loaders/json-schema/src/addExecutionLogicToComposer.ts
@@ -24,7 +24,6 @@ import lodashSet from 'lodash.set';
24
import { stringInterpolator } from '@graphql-mesh/string-interpolation';
25
import { process } from '@graphql-mesh/cross-helpers';
26
import { getHeadersObj, MeshFetch } from '@graphql-mesh/utils';
27
-import { getContainerTC } from './getUnionTypeComposers';
28
29
export interface AddExecutionLogicToComposerOptions {
30
schemaComposer: SchemaComposer;
@@ -505,7 +504,7 @@ ${operationConfig.description || ''}
505
504
name: `${operationConfig.field}_${statusCode}_response`,
506
fields: {
507
[originalName]: {
508
- type: typeTC,
+ type: typeTC as any,
509
resolve: root => root,
510
},
511
0 commit comments