ProjectParticipant
No description
type ProjectParticipant {
accessRightLevel: AccessRightLevel!
participantId: UUID!
projectId: UUID!
user: User!
userId: UUID!
}
Fields
ProjectParticipant.accessRightLevel
● AccessRightLevel!
non-null enum
ProjectParticipant.participantId
● UUID!
non-null scalar
ProjectParticipant.projectId
● UUID!
non-null scalar
ProjectParticipant.user
● User!
non-null object
ProjectParticipant.userId
● UUID!
non-null scalar
Returned By
addProjectParticipants
mutation ● projectParticipants
query ● removeProjectParticipants
mutation