OBJECT

GreetingDetail

link GraphQL Schema definition

  • type GreetingDetail {
  • actionText: String
  • content: String
  • 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
  • subject: String
  • title: String
  • url: String
  • }