OBJECT

ProjectFeature

link GraphQL Schema definition

1type ProjectFeature {
2
3# Will be null if returning site info only and not mapped to a specific project
4# feature.
5featuredOn: Int
6
7name: String!
8
9networkId: Int!
10
11parentId: Int!
12
13ribbon: Ribbon!
14
15url: String!
16
17}