OBJECT

MonthHasData

Information about whether or not a month has any data

link GraphQL Schema definition

  • type MonthHasData {
  • # Does the month contain any balance adjustments
  • has_data: Boolean!
  • id: ID!
  • month: Date!
  • }