Strise Connect API Docs
TypesObjects

EditMetadata

Metadata about an edit on a data field.

type EditMetadata {
  editKind: EditKind!
  updatedAt: DateTime!
  editedBy: SimpleUser
  comment: String
}

Fields

editKind EditKind! non-null enum

EditKind! The type of the edit.

updatedAt DateTime! non-null scalar

DateTime! The timestamp of when the edit was last updated.

editedBy SimpleUser object

SimpleUser The user which made the edit.

comment String scalar

String The comment associated with the edit, if it exists.

Member Of

BeneficialOwner object Ownership object

On this page