UNPKG

@graphql-mesh/utils

Version:
6 lines (5 loc) 214 B
import { MeshTransform } from '@graphql-mesh/types'; export declare function groupTransforms(transforms: MeshTransform[]): { wrapTransforms: MeshTransform<any>[]; noWrapTransforms: MeshTransform<any>[]; };