OBJECT
type HomeCategory {id: Int! name: String description: String photos: [HomeCategoryPhoto] styles: [HomeStyle] }