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

Was this helpful?