isValidJSValue.d.ts 251 Bytes
Newer Older
1 2 3 4 5 6 7 8
import { GraphQLInputType } from '../type/definition';

/**
 * Deprecated. Use coerceValue() directly for richer information.
 *
 * This function will be removed in v15
 */
export function isValidJSValue(value: any, type: GraphQLInputType): string[];