INPUT_OBJECT

UpdateImageSliderInput

link GraphQL Schema definition

  • input UpdateImageSliderInput {
  • # Redirection link
  • link: String
  • # Images
  • imageSliderMedias: [ImageSliderImageInput!]
  • # A pre-defined image format. See field `Media.generatedImageUrlWithFormat` for
  • # more information.
  • imageFormat: String
  • # For the render, use the user-customised image format or the pre-defined one.
  • customImageFormat: Boolean
  • # A user-customised image format. See field `Media.generatedImageUrlWithFormat`
  • # for more information.
  • customImageFormatValue: String
  • # Translations
  • translations: [UpdateImageSliderInputTranslation!]
  • }

link Require by