UNPKG

@graphql-mesh/transport-rest

Version:
6 lines (5 loc) 206 B
import { GraphQLScalarType } from 'graphql'; export declare function processLengthAnnotations(scalar: GraphQLScalarType, { min: minLength, max: maxLength, }: { min?: number; max?: number; }): void;