Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

Versioned

Versioned object have an ID and version and modification. Every update of this object changes it's version.

export type Versioned = {
    id: Scalars['String'];
    version: Scalars['Long'];
    createdAt: Scalars['DateTime'];
    lastModifiedAt: Scalars['DateTime'];
    createdBy?: Maybe<Initiator>;
    lastModifiedBy?: Maybe<Initiator>;
};

Referenced Types

On this page