searchNetsuiteOpportunity
Search NetSuite opportunities by name and annotate each match with any accords already connected to it.
searchNetsuiteOpportunity(
searchValue: String!
): findNetsuiteOpportunityPayload
Arguments
searchNetsuiteOpportunity.searchValue ● String! non-null scalar
Free-text value matched against opportunity names.
Type
findNetsuiteOpportunityPayload object
Wrapper payload for the NetSuite opportunity/entity search queries;
data is the matched rows (each annotated with any connected accords)
or a response whose error is set on failure.