INPUT_OBJECT
CreateImageSliderInput
link GraphQL Schema definition
- input CreateImageSliderInput {
- # 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
- CreateImageSliderInputTranslation!]! : [
- }