searchSFDCOpportunities
Search Salesforce Opportunities in the workspace's connected org by name or account name, annotating each with any accord it is linked to. An empty query returns the ten most recently created opportunities. Returns an empty list when Salesforce is not connected.
searchSFDCOpportunities(
query: String!
): [findSFDCOpportunityPayload]
Arguments
searchSFDCOpportunities.query ● String! non-null scalar
Text matched against opportunity and account name. Empty returns the most recently created opportunities.
Type
findSFDCOpportunityPayload object
A matching Salesforce Opportunity, annotated with the accord it is linked to (if any).