Skip to main content

BudgetPlayer

Budget player

type BudgetPlayer {
avatarImage: String
cashflowStatement: BudgetPlayerCashflowStatement!
deletedAt: DateTimeISO
feePayer: User
id: ID!
installments: [BudgetEstimateInstallment!]!
name: String!
payments(
first: Int
after: String
last: Int
before: String
): BudgetPaymentConnection!
}

Fields

BudgetPlayer.avatarImage ● String scalar

Avatar of player

BudgetPlayer.cashflowStatement ● BudgetPlayerCashflowStatement! non-null object

Player's cashflow statement

BudgetPlayer.deletedAt ● DateTimeISO scalar

DateTime when a player was deleted

BudgetPlayer.feePayer ● User object

Player's fee payer

BudgetPlayer.id ● ID! non-null scalar

ID of player

BudgetPlayer.installments ● [BudgetEstimateInstallment!]! non-null object

Player fees estimates installments

BudgetPlayer.name ● String! non-null scalar

Player's name

BudgetPlayer.payments ● BudgetPaymentConnection! non-null object

Paginated player payments

BudgetPlayer.payments.first ● Int scalar

Returns the first n elements from the list.

BudgetPlayer.payments.after ● String scalar

Returns the elements in the list that come after the specified cursor.

BudgetPlayer.payments.last ● Int scalar

Returns the last n elements from the list.

BudgetPlayer.payments.before ● String scalar

Returns the elements in the list that come before the specified cursor.

Returned by

BudgetPlayer query

Member of

BudgetEstimateSplit object ● BudgetPlayerEdge object ● BudgetTransactionSplit object