Skip to main content

AssignCMSRepositoryRoleToTeamInput

No description

input AssignCMSRepositoryRoleToTeamInput {
teamId: ID!
cmsRepositoryId: ID!
role: CMSRepositoryRole!
}

Fields
Link copied!

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

The ID of the team to assign the role to

AssignCMSRepositoryRoleToTeamInput.cmsRepositoryId ● ID! non-null scalar
Link copied!

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

AssignCMSRepositoryRoleToTeamInput.role ● CMSRepositoryRole! non-null enum
Link copied!

The role to assign to this team

Member of
Link copied!

assignCMSRepositoryRoleToTeam mutation