Function: createInputParser()

createInputParser<TSchema>(schema, value): CallableInputParser<TSchema>

Type Parameters

TSchema extends InputSchema<GraphQLSilk<any, any>>

Parameters

schema: TSchema

value: InferInputI<TSchema, GraphQLSilkIO>

Returns

CallableInputParser<TSchema>

Defined in

packages/core/src/resolver/input.ts:76