OBJECT
ExtensionCarouselEntry
An extension carousel entry.
link GraphQL Schema definition
1 type ExtensionCarouselEntry { 2 3 # URL the user is directed to when clicking the carousel entry. 4 : String! 5 6 # Unique ID of the entry. 7 : ID! 8 9 # URL of the image to display for the carousel entry. 10 : String! 11 12 # Text associated with the carousel entry. 13 : String! 14 15 }