BudgetPlayerIncome
Player income
type BudgetPlayerIncome {
categories(
first: Int
after: String
last: Int
before: String
): BudgetPlayerTransactionCategoryConnection!
flipgiveEarnings: DollarFormats!
teamFees: BudgetTeamFees!
total: DollarFormats!
}
Fields
BudgetPlayerIncome.categories ● BudgetPlayerTransactionCategoryConnection! non-null object
Paginated income categories listing for player
BudgetPlayerIncome.categories.first●IntscalarReturns the first n elements from the list.
BudgetPlayerIncome.categories.after ● String scalar
Returns the elements in the list that come after the specified cursor.
BudgetPlayerIncome.categories.last ● Int scalar
Returns the last n elements from the list.
BudgetPlayerIncome.categories.before ● String scalar
Returns the elements in the list that come before the specified cursor.
BudgetPlayerIncome.flipgiveEarnings ● DollarFormats! non-null object
Player's Flipgive earnings
BudgetPlayerIncome.teamFees ● BudgetTeamFees! non-null object
Player's team fees
BudgetPlayerIncome.total ● DollarFormats! non-null object
Total income for player