OBJECT
1type FeatureQueue {23icon: String! 45id: Int! 67latestProjects: [Project]! 89name: String! 1011uniqueSlug: String! 1213url: String! 1415}