OBJECT
type JournalEntry {# Unique identifier for journal - concatenation of date_added and username of # creatorid: String! date_added: Int! actioned_by: String! comment: String! identifier: Int! module_name: String! username: String! attachment: String show_in_fieldworker_app: Boolean }