OBJECT
RecentlyUpdatedContent
link GraphQL Schema definition
- type RecentlyUpdatedContent {
- # the changeset
- : [Json!]
- # the fairsharing_record that was modified
- : FairsharingRecord!
- # the time the record was modified
- : ISO8601DateTime
- # username of the user who made the modification
- : String
- # the event that caused the change
- : String
- }