Skip to main content
Version: Latest

brokerResearchProactiveCompanySearch

description

Look up companies whose name matches the query (case-insensitive substring — naturally subsumes 'starts with') AND have at least one user eligible for proactive entitlement under the calling provider. Does NOT return users or user counts.

brokerResearchProactiveCompanySearch(
query: String!
limit: Int = 25
): BrokerResearchProactiveCompanySearchResult!

Arguments

brokerResearchProactiveCompanySearch.query ● String! non-null scalar graph-ql-types

Company-name fragment to search for (1-120 chars).

brokerResearchProactiveCompanySearch.limit ● Int scalar graph-ql-types

Max companies (after eligibility filter) to return; 1-200, default 25.

Type

BrokerResearchProactiveCompanySearchResult object graph-ql-types

Loading...