Class: IdentifiableDato
Base class for identifiable DATO.
Implements
Base
Table of contents
Constructors
Properties
Constructors
constructor
• new IdentifiableDato(): IdentifiableDato
Returns
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