Team
No description
FieldsLink copied!
Team.id
● ID!
non-null scalarLink copied!
The ID of the object
Team.assignedOrganizationRoles
● [OrganizationRolesTeamAssignment!]
list objectLink copied!
Team's organization roles
Team.assignedCMSHubRoles
● [CMSHubRolesTeamAssignment!]
list objectLink copied!
Team's CMS Hub roles
Team.assignedCMSRepositoryRoles
● [CMSRepositoryRolesTeamAssignment!]
list objectLink copied!
Team's CMS Repository roles
Team.organization
● Organization!
non-null objectLink copied!
Organization that this team belongs to
Team.label
● String!
non-null scalarLink copied!
Team label
Team.createdDate
● DateTime!
non-null scalarLink copied!
Date team was created
Team.updatedDate
● DateTime!
non-null scalarLink copied!
Date team was last updated
Team.createdBy
● User!
non-null objectLink copied!
The user that created the team
Team.updatedBy
● User!
non-null objectLink copied!
The user that last updated the team
Team.members
● TeamMembersConnection!
non-null objectLink copied!
Team.members.before
●String
scalarLink copied!Paginate before opaque cursor
Team.members.after
● String
scalarLink copied!
Paginate after opaque cursor
Team.members.first
● Int
scalarLink copied!
Paginate first
Team.members.last
● Int
scalarLink copied!
Paginate last
InterfacesLink copied!
Node
interfaceLink copied!
An object with an ID
Returned byLink copied!
createTeam
mutation ● team
query ● updateTeam
mutation
Member ofLink copied!
Organization
object ● User
object