OBJECT

GalleryVideos

link GraphQL Schema definition

1type GalleryVideos {
2
3description: String
4
5title: String
6
7url: String
8
9videos: [Video]
10
11}

link Required by