ProjectCollaborator
No description
type ProjectCollaborator {
  id: ID!
  user: User!
  role: ProjectCollaboratorRole!
}
Fields
ProjectCollaborator.id ● ID! non-null scalar
ProjectCollaborator.user ● User! non-null object
ProjectCollaborator.role ● ProjectCollaboratorRole! non-null enum
Member Of
Repo  object