OBJECT
type UserVideoEvent implements Node {id: ID! eventType: String! userID: ID! videoID: ID! createdAt: Time! user: User! video: Video! }