import { GraphQLSchema } from 'graphql'; import { YamlConfig, MeshTransformOptions, MeshTransform } from '@graphql-mesh/types'; export default class ResolversCompositionTransform implements MeshTransform { private options; noWrap: boolean; constructor(options: MeshTransformOptions); transformSchema(schema: GraphQLSchema): GraphQLSchema; } export { ResolversComposition } from '@graphql-tools/resolvers-composition';