OBJECT
Indicates if a report has been updated, and if so, the date of the update.
type ReportUpdated {# If report has been updated, return true, otherwise false.report_updated: Boolean! # If report has been updated, the date the report was changed, otherwise null.date_updated: String }