Objects

TeamMember

Represents a user within a team.

FieldTypeDescription
idID!The ID of the object.
userUser!The User instance.
roleTeamMemberRole!The role this user has in the team.
isOwnerBoolean!Whether this user is the owner of the team.
joinedAtDateTime!The time when this user joined the team.

TeamMemberConnection

Field Type Description
pageInfo PageInfo! Pagination data for this connection.
edges TeamMemberEdge! Contains the nodes in this connection.
totalCount Int

TeamMemberEdge

A Relay edge containing a TeamMember and its cursor.

Field Type Description
node TeamMember The item at the end of the edge.
cursor String! A cursor for use in pagination.