Retrieving a Company
The following example looks up a fictional company (Acme, Inc.) from an example BaseCMS API. This query outlines how to make a request to retrieve company fields.
Last updated
The following example looks up a fictional company (Acme, Inc.) from an example BaseCMS API. This query outlines how to make a request to retrieve company fields.
Last updated
X-Tenant-Key
string
The Tenant Key used to access your data.
Authentication
string
If specified, the user that should be attributed with this request.
operationName
string
The name of the GraphQL query
variables
object
The GraphQL variables to inject into the query.
query
string
The GraphQL query text to execute