OBJECT
Gallery
link GraphQL Schema definition
1 type Gallery { 2 3 : String 4 5 : ProjectCoverImageSizes! 6 7 : String! 8 9 : Int 10 11 : Boolean! 12 13 : Icons 14 15 : Int 16 17 : String 18 19 (: String, : Int): GalleryProjectsConnection 20 21 : [Subcategory] 22 23 : Colors 24 25 : String 26 27 : GalleryVideos 28 29 }