IncomeConnection
No description
type IncomeConnection {
totalIncome: Money!
edges: [IncomeEdge!]!
pageInfo: PageInfo!
}
Fields
totalIncome ● Money! non-null scalar
Sum of the income for this period
No description
type IncomeConnection {
totalIncome: Money!
edges: [IncomeEdge!]!
pageInfo: PageInfo!
}
totalIncome ● Money! non-null scalarSum of the income for this period
edges ● [IncomeEdge!]! non-null objectpageInfo ● PageInfo! non-null object