FunctionsvalidateInputValuevalidateInputValue CallablevalidateInputValue(inputValue: unknown, type: GraphQLInputType, onError: (error: GraphQLError, path: readonly (string | number)[]) => void, hideSuggestions?: Maybe<boolean>): voidValidate that the provided input value is allowed for this type, collecting all errors via a callback function.ParametersinputValue: unknowntype: GraphQLInputTypeonError: (error: GraphQLError, path: readonly (string | number)[]) => voidoptionalhideSuggestions: Maybe<boolean>Returns void
Validate that the provided input value is allowed for this type, collecting all errors via a callback function.