OBJECT

SdVersion

INTERNAL -- A Version Object

link GraphQL Schema definition

  • type SdVersion {
  • # Created At
  • created_at: String
  • # Cursor for Pagination
  • cursor: String!
  • # Description of Event: Update/Create/Delete
  • event: String
  • # The unique identifier of the object
  • id: ID!
  • # Email of Human who made modification
  • modified_by: String
  • # JSONified Object Change Hash
  • object_changes: String
  • # Reified Version of the Given Object
  • reified_version: SdVersionUnion
  • # Human ID of User that Created/Updated Version
  • whodunnit: String
  • }