Skip to content

Type Alias: MutationInput<M>

MutationInput<M> = M extends __MutationInputAnchor<infer I> ? I : never

Defined in: packages/fate/src/types.ts:430

Extracts the input type from a mutation definition or identifier.

Type Parameters

M

M

Released under the MIT License