OBJECT
The system log
type SystemLog {# id of the system logid: String! # the log messagemessage: String! # the time stamptimeStamp: Time! @deprecated( reason: "Use lowercase timestamp instead" )# the time stamptimestamp: Time! # the user nameuserName: String }