Skip to main content

CMSHubRolesTeamAssignment

No description

type CMSHubRolesTeamAssignment {
cmsHubId: ID!
teamId: ID!
organizationId: ID!
roles: [CMSHubRole!]!
lastModified: DateTime!
}

Fields
Link copied!

CMSHubRolesTeamAssignment.cmsHubId ● ID! non-null scalar
Link copied!

ID of the Hub that these role assignments correspond to

CMSHubRolesTeamAssignment.teamId ● ID! non-null scalar
Link copied!

ID of the Team that these role assignments correspond to

CMSHubRolesTeamAssignment.organizationId ● ID! non-null scalar
Link copied!

ID of the Organization that these role assignments correspond to

CMSHubRolesTeamAssignment.roles ● [CMSHubRole!]! non-null enum
Link copied!

List of repository roles assigned to this Team

CMSHubRolesTeamAssignment.lastModified ● DateTime! non-null scalar
Link copied!

The Last Modified date

Returned by
Link copied!

assignCMSHubRoleToTeam mutation

Member of
Link copied!

Team object