Units

Entity responsible for unts 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 unit 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