searchFreshsalesDeal
Search Freshsales deals by term, annotating each result with any already-connected accord so the picker can flag linked records.
searchFreshsalesDeal(
searchValue: String!
): findFreshsalesDealPayload
Arguments
searchFreshsalesDeal.searchValue ● String! non-null scalar
Term to search Freshsales deals by.
Type
findFreshsalesDealPayload object
Freshsales deal search results as a JSON array, each row annotated with
any connected-accord info. When the search itself fails, data carries
an error message instead; a missing or expired Freshsales connection
surfaces as a top-level GraphQL error.