ResolverResultLogItemContract interface

Log of the entity being created, updated or deleted.

Properties

action

Action like create/update/delete.

objectKey

Identifier of the entity being created/updated/deleted.

objectType

The type of entity contract.

Property Details

action

Action like create/update/delete.

action?: string

Property Value

string

objectKey

Identifier of the entity being created/updated/deleted.

objectKey?: string

Property Value

string

objectType

The type of entity contract.

objectType?: string

Property Value

string