INPUT_OBJECT

PlaylistOptionsInput

link GraphQL Schema definition

  • input PlaylistOptionsInput {
  • backgroundAudio: String
  • backgroundAudioAWSS3ID: String
  • backgroundAudioName: String
  • backgroundAudioType: String
  • # the default transition
  • defaultTransition: String
  • durationLimit: Int
  • normalDuration: Int
  • # the scale options for document
  • scaleDocument: String
  • # the scale options for image
  • scaleImage: String
  • # the scale options for video
  • scaleVideo: String
  • # if the playing is shuffle
  • shuffle: Boolean
  • slideDuration: Int
  • # the predefined speed type
  • speed: String
  • # the transition speed
  • speedValue: Float
  • stretchDocuments: Boolean
  • stretchImages: Boolean
  • stretchVideos: Boolean
  • }