Skip to content

RevisionHistory

Feed of mod edit activity

type RevisionHistory {
id: Int!
action: RevisionHistoryAction
changes: Json
user: User
media: Media
character: Character
staff: Staff
studio: Studio
externalLink: MediaExternalLink
createdAt: Int
}

The id of the media

The action taken on the objects

A JSON object of the fields that changed

The user who made the edit to the object

The media the mod feed entry references

The character the mod feed entry references

The staff member the mod feed entry references

The studio the mod feed entry references

The external link source the mod feed entry references

When the mod feed entry was created

InternalPage object