INPUT_OBJECT

CreateImageSliderInput

link GraphQL Schema definition

  • input CreateImageSliderInput {
  • # 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: [CreateImageSliderInputTranslation!]!
  • }

link Require by