Skip to main content

AssignCMSHubRoleToTeamInput

No description

input AssignCMSHubRoleToTeamInput {
teamId: ID!
cmsHubId: ID!
role: CMSHubRole!
}

Fields
Link copied!

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

The ID of the team to assign the role to

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

The ID of the repository for the role that is to be assigned

AssignCMSHubRoleToTeamInput.role ● CMSHubRole! non-null enum
Link copied!

The role to assign to this team

Member of
Link copied!

assignCMSHubRoleToTeam mutation