Skip to content

Type Alias: MutationEntity<M>

MutationEntity<M> = M extends __MutationEntityAnchor<infer E> ? E : never

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

Extracts the entity type from a mutation definition or identifier.

Type Parameters

M

M

Released under the MIT License