OBJECT

TeamFeature

link GraphQL Schema definition

1type TeamFeature {
2
3numOfProjects: Int!
4
5projects: [FeatureProject]!
6
7site: ProjectFeature!
8
9}