For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tenants

Entity responsible for tenant operations

To understand what is necessary and how to use GraphQL, in Master Data page we explain what is necessary to do

Ideal CSV Structure

GraphQL Endpoint

GraphQL endpoint to perform tenant operations

POST http://{custom_subdomain}.everreal.co/api/reporting/graphql

Body of the request should follow GraphQL mutation structure like

mutation { mutationName(input: {MutationNameInput!}) { MutationNamePayload } }

Last updated