OBJECT
RevenueByMonth
A representation of earnings during one month
link GraphQL Schema definition
- type RevenueByMonth {
- : 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!
- : String! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
- : [RevenueMonthGroup!]! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
- }