OBJECT
1type ProjectFeature {23# Will be null if returning site info only and not mapped to a specific project 4# feature.5featuredOn: Int 67name: String! 89networkId: Int! 1011parentId: Int! 1213ribbon: Ribbon! 1415url: String! 1617}