nx-mesh
Version:
GraphQL Mesh support for Nx
6 lines (5 loc) • 319 B
TypeScript
import type { Tree } from '@nrwl/devkit';
import type { SetOptional } from 'type-fest';
import type { CreateMeshExampleOptions } from './types';
export declare function createCodegenFiles(tree: Tree, options: SetOptional<CreateMeshExampleOptions, 'configExtension' | 'isSdk'>): void;
export default createCodegenFiles;