Team
Team record containing the team information.
type Team {
teamId: ID!
referrer: ID!
name: String!
teamURL: String!
avatarURL: String!
createdAt: Timestamp!
createdAtEpoch: Int!
closed: Boolean!
}
Fields
Team.teamId
● ID!
non-null scalar
Unique ID of the team.
Team.referrer
● ID!
non-null scalar
Party ID that created the team.
Team.name
● String!
non-null scalar
Name of the team.
Team.teamURL
● String!
non-null scalar
Link to the team's homepage.
Team.avatarURL
● String!
non-null scalar
Link to an image of the team's avatar.
Team.createdAt
● Timestamp!
non-null scalar
Time in RFC3339Nano format when the team was created.
Team.createdAtEpoch
● Int!
non-null scalar
Epoch at which the team was created.
Team.closed
● Boolean!
non-null scalar
Tells if a party can join the team or not.
Member of
TeamEdge
object