Initial Save
This commit is contained in:
8
node_modules/graphql/utilities/isValidJSValue.d.ts
generated
vendored
Normal file
8
node_modules/graphql/utilities/isValidJSValue.d.ts
generated
vendored
Normal file
@@ -0,0 +1,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[];
|
||||
Reference in New Issue
Block a user