UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

9 lines (7 loc) 251 B
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[];