OBJECT

RSVPDetail

Shows the connection/signup detail. If this opportunity's connection type is signup, rsvpDetail will return this opportunity's remaining signup space and notes. If the opportunity's connection type is express_interest or null, rsvpDetail will return null.

link GraphQL Schema definition

  • type RSVPDetail {
  • # Shows the remaining available space for signup if this opportunity's connection
  • # type is signup
  • availableSignupSpace: Int
  • # Indicates if availableSignupSpace is estimated or not
  • notes: String
  • }