Skip to main content

Interface: OneToOne

Options for defining a one-to-one relation.

Hierarchy

Table of contents

Properties

Properties

localField

localField: string

The local field for the relation.

Defined in

src/decorators/datoProp.ts:73


refType

refType: () => Type<any>

The type of the referred dato, specifies how it exists in MongoDB and how it is exposed in GraphQL.

Type declaration

▸ (): Type<any>

The type of the referred dato, specifies how it exists in MongoDB and how it is exposed in GraphQL.

Returns

Type<any>

Inherited from

Relation.refType

Defined in

src/decorators/datoProp.ts:43