OBJECT
Information about whether or not a month has any data
type MonthHasData {# Does the month contain any balance adjustmentshas_data: Boolean! id: ID! month: Date! }