OBJECT

ExtensionCarousel

An extension carousel.

link GraphQL Schema definition

1type ExtensionCarousel {
2
3# List of entries associated with the carousel.
4entries: [ExtensionCarouselEntry!]!
5
6# Unique ID of the carousel.
7id: ID!
8
9}