GraphQL OBJECT
Follow-ups that match the search parameters.
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] }