OBJECT

RecentlyUpdatedContent

link GraphQL Schema definition

  • type RecentlyUpdatedContent {
  • # the changeset
  • changes: [Json!]
  • # the fairsharing_record that was modified
  • fairsharingRecord: FairsharingRecord!
  • # the time the record was modified
  • modifiedAt: ISO8601DateTime
  • # username of the user who made the modification
  • modifiedBy: String
  • # the event that caused the change
  • type: String
  • }

link Require by