Skip to main content

CMSHubRolesUserAssignment

No description

type CMSHubRolesUserAssignment {
cmsHubId: ID!
userId: ID!
roles: [CMSHubRole!]!
}

Fields
Link copied!

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

ID of the Hub that these role assignments correspond to

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

ID of the User that these role assignments correspond to

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

List of repository roles assigned to this user

Returned by
Link copied!

assignCMSHubRoleToUser mutation

Member of
Link copied!

User object