OBJECT

RevenueByMonth

A representation of earnings during one month

link GraphQL Schema definition

  • type RevenueByMonth {
  • date: DateTime @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • # ID is computed by the type of object that is calling this object,
  • # ParentType_ParentID_Date
  • id: ID!
  • pretty_date: String! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • revenue_month_groups: [RevenueMonthGroup!]! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • }