OBJECT

ImageSlider

A Slider of images

link GraphQL Schema definition

  • type ImageSlider {
  • # Id
  • id: Int!
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • defaultLocale: String
  • # Translations
  • translations: [ImageSliderTranslation!]!
  • # Images
  • images: [ImageSliderImage!]!
  • # A pre-defined image format.
  • imageFormat: String
  • # A user-customised image format.
  • customImageFormat: String
  • # For the render, use the user-customised image format or the pre-defined one.
  • useCustomImageFormat: Boolean!
  • # Site that owns this ImageSlider
  • site: PublicSite
  • # Parent Image Slider (if exists)
  • parent: ImageSlider
  • # Inheritance status
  • inheritanceStatus: String!
  • }