Skip to main content

AssignHubRoleToUserInput

No description

input AssignHubRoleToUserInput {
userId: ID!
cmsHubId: ID!
role: CMSHubRole!
}

Fields
Link copied!

AssignHubRoleToUserInput.userId ● ID! non-null scalar
Link copied!

The ID of the user to assign the role to

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

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

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

The role to assign to this user

Member of
Link copied!

assignCMSHubRoleToUser mutation