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

Properties

Entity responsible for properties 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 property operations

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

Body of the request should follow GraphQL mutation structure like

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

Last updated