UNPKG

@graphql-mesh/transform-snapshot

Version:
8 lines (7 loc) 220 B
import { GraphQLResolveInfo } from 'graphql'; export declare function computeSnapshotFilePath(options: { info: GraphQLResolveInfo; args: any; outputDir: string; respectSelectionSet?: boolean; }): string;