UNPKG

251 BTypeScriptView Raw
1import { GraphQLInputType } from '../type/definition';
2
3/**
4 * Deprecated. Use coerceValue() directly for richer information.
5 *
6 * This function will be removed in v15
7 */
8export function isValidJSValue(value: any, type: GraphQLInputType): string[];