Tenants

Entity responsible for tenant operations

circle-exclamation

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

Ideal CSV Structurechevron-right

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