OBJECT

ProjectUserRoleAssignmentError

link GraphQL Schema definition

  • type ProjectUserRoleAssignmentError {
  • # Message that describes the failure
  • message: String!
  • # ID of the user for which there was a failure
  • userId: String!
  • }