TeamMembersInfo
A team's team members info
type TeamMembersInfo {
all(
first: Int
after: String
last: Int
before: String
): FundraiserConnection!
joined(
first: Int
after: String
last: Int
before: String
): FundraiserConnection!
withUnassignedPlayers(
first: Int
after: String
last: Int
before: String
): FundraiserConnection!
}
Fields
TeamMembersInfo.all ● FundraiserConnection! non-null object
All of a team's team members
TeamMembersInfo.all.first●IntscalarReturns the first n elements from the list.
TeamMembersInfo.all.after ● String scalar
Returns the elements in the list that come after the specified cursor.
TeamMembersInfo.all.last ● Int scalar
Returns the last n elements from the list.
TeamMembersInfo.all.before ● String scalar
Returns the elements in the list that come before the specified cursor.
TeamMembersInfo.joined ● FundraiserConnection! non-null object
Team members that have joined the team
TeamMembersInfo.joined.first●IntscalarReturns the first n elements from the list.
TeamMembersInfo.joined.after ● String scalar
Returns the elements in the list that come after the specified cursor.
TeamMembersInfo.joined.last ● Int scalar
Returns the last n elements from the list.
TeamMembersInfo.joined.before ● String scalar
Returns the elements in the list that come before the specified cursor.
TeamMembersInfo.withUnassignedPlayers ● FundraiserConnection! non-null object
Team members that haven't been assigned to a player
TeamMembersInfo.withUnassignedPlayers.first●IntscalarReturns the first n elements from the list.
TeamMembersInfo.withUnassignedPlayers.after ● String scalar
Returns the elements in the list that come after the specified cursor.
TeamMembersInfo.withUnassignedPlayers.last ● Int scalar
Returns the last n elements from the list.
TeamMembersInfo.withUnassignedPlayers.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Member of
Campaign object