OBJECT
Letter record
type Letter {# content of the lettercontent: Boolean # ID of the letterid: ID! # include_footer of the letterincludeFooter: Boolean # include_header of the letterincludeHeader: Boolean }