OBJECT
A type that describes a broadcast alert
1type Alert {23# Title of the alert4title: String! 56# Body text of the alert7body: String! 89# DateTime of the alert10date: String! 1112# Warning level of the alert13level: Level 1415}