OBJECT

ProjectUserRolesAssignment

link GraphQL Schema definition

  • type ProjectUserRolesAssignment {
  • # List of errors if there is are errors updating roles for few users (as per CSP)
  • errors: [ProjectUserRoleAssignmentError!]
  • # Message to return when operation is completed successfully
  • message: String
  • }