UNPKG

202 BTypeScriptView Raw
1import { SchemaTransformationFn } from '@graphql-mesh/types';
2export declare const prefixTransform: SchemaTransformationFn<{
3 prefix?: string;
4 type: 'prefix';
5}>;
6export default prefixTransform;