OBJECT
ImageSlider
A Slider of images
link GraphQL Schema definition
- type ImageSlider {
- # Id
- : Int!
- # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
- : String
- # Translations
- : [ImageSliderTranslation!]!
- # Images
- : [ImageSliderImage!]!
- # A pre-defined image format.
- : String
- # A user-customised image format.
- : String
- # For the render, use the user-customised image format or the pre-defined one.
- : Boolean!
- # Site that owns this ImageSlider
- : PublicSite
- # Parent Image Slider (if exists)
- : ImageSlider
- # Inheritance status
- : String!
- }