Skip to main content

Class: IdentifiableDato

Base class for identifiable DATO.

Implements

  • Base

Table of contents

Constructors

Properties

Constructors

constructor

new IdentifiableDato(): IdentifiableDato

Returns

IdentifiableDato

Properties

_id

_id: ObjectId

Primary key of the dato (in MongoDb).

Implementation of

Base._id

Defined in

src/bases/identifiableDato.ts:26


id

id: string

Primary key of the dato (in GraphQL).

Implementation of

Base.id

Defined in

src/bases/identifiableDato.ts:32