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