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
}
Fields
RevisionHistory.id ● Int! non-null scalar
The id of the media
RevisionHistory.action ● RevisionHistoryAction enum
The action taken on the objects
RevisionHistory.changes ● Json scalar
A JSON object of the fields that changed
RevisionHistory.user ● User object
The user who made the edit to the object
RevisionHistory.media ● Media object
The media the mod feed entry references
RevisionHistory.character ● Character object
The character the mod feed entry references
RevisionHistory.staff ● Staff object
The staff member the mod feed entry references
RevisionHistory.studio ● Studio object
The studio the mod feed entry references
RevisionHistory.externalLink ● MediaExternalLink object
The external link source the mod feed entry references
RevisionHistory.createdAt ● Int scalar
When the mod feed entry was created
Member Of
InternalPage object