Type Alias: EntitySchemaSilk<TSchema>

EntitySchemaSilk<TSchema>: TSchema & GraphQLSilk<InferEntity<TSchema>, RequiredEntityData<InferEntity<TSchema>>> & object

Type declaration

list()

list: () => GraphQLSilk<InferEntity<TSchema>[], InferEntity<TSchema>[]>

Returns

GraphQLSilk<InferEntity<TSchema>[], InferEntity<TSchema>[]>

nullable()

nullable: () => GraphQLSilk<InferEntity<TSchema> | null | undefined, InferEntity<TSchema> | null | undefined>

Returns

GraphQLSilk<InferEntity<TSchema> | null | undefined, InferEntity<TSchema> | null | undefined>

Type Parameters

TSchema extends EntitySchema

Defined in

packages/mikro-orm/src/index.ts:261