OBJECT

VideoDetail

link GraphQL Schema definition

  • type VideoDetail {
  • description: String
  • oppMediaId: Int
  • # Currently this object only contains the oppId. This object is used to see what
  • # opps are linked to the org greeting
  • oppMediaObjects: [OppMediaDetail]
  • order: Int
  • orgGalleryId: Int
  • title: String
  • url: String
  • }