ENUM

ImageGalleryOrientationEnum

The orientation for images in the gallery

link GraphQL Schema definition

  • enum ImageGalleryOrientationEnum {
  • # Display orientation for the images is horizontal
  • horizontal
  • # Display orientation for the images is vertical
  • vertical
  • }