GraphQL OBJECT

FollowUpSearchResult

Follow-ups that match the search parameters.

link Definition

  • type FollowUpSearchResult {
  • # Indicates whether the result is truncated.
  • isExceedingLimit: Boolean! @deprecated( reason: "Field renamed, please use 'isTruncated' instead" )
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean!
  • # List of follow-ups that match the search parameters.
  • followUps: [FollowUp]
  • }

link Required by