getOrganization loads complete company data. An ID lookup costs one credit;
an exact name or domain first performs an additional one-credit search page.
automations/get-apollo-organization.automation.ts
organization accepts a plain ID, { id }, { domain }, or { name }.
Optional account selects the binding. Returns ApolloOrganization with
identity, domain, website, social, industry, location, phone, revenue, funding,
headcount, technology, and description fields when available. Prefer { id }
to avoid the extra search and ambiguity.