OBJECT

TeamStats

link GraphQL Schema definition

1type TeamStats {
2
3appreciations: Int!
4
5followers: Int!
6
7jobs: Int!
8
9members: Int!
10
11projects: Int!
12
13views: Int!
14
15wips: Int!
16
17}

link Required by