Entity responsible for owners operations
To use EverReal playground is required to provide the Bearer token, read more in Master Data page
To understand what is necessary and how to use GraphQL, in Master Data page we explain what is necessary to do
Owner Query
Owner Mutation
POST https://{custom_subdomain}.everreal.co/api/reporting/graphql
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 3 years ago