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

FieldTypeDescription
pageInfoPageInfo!Pagination data for this connection.
edgesTeamMemberEdge!Contains the nodes in this connection.
totalCountInt

TeamMemberEdge

A Relay edge containing a TeamMember and its cursor.

FieldTypeDescription
nodeTeamMemberThe item at the end of the edge.
cursorString!A cursor for use in pagination.