Project
No description
type Project {
  id: ID
  name: String
  type: ProjectType
}
Fields
Project.id ● ID scalar
Project.name ● String scalar
Project.type ● ProjectType object
Member Of
ProjectEdge  object