/
Introduction to GraphQL API

Introduction to GraphQL API

Survilla platform uses GraphQL to access the API. GraphQL brings improvements in the form of greater clarity and strict types. There are a lot of GraphQL client libraries for almost every programing language. Link: Tools and Libraries | GraphQL

GraphQL uses two types of operations. Query operations are used to read data. Mutations are used to change data. Individual query and mutation operations are sent in the POST endpoint request.

Each provider has its own URL.


GraphQL endpoint:

https://provider_URL/api/graphql.php

Where provider_URL is special URL - different for each provider.

More about GraphQL is here Introduction to GraphQL | GraphQL .

 

Related content

How to use Survilla Cloud API
How to use Survilla Cloud API
More like this
Survilla Cloud API
Survilla Cloud API
More like this
API limitations
API limitations
More like this
Frequently used Cloud API use cases
Frequently used Cloud API use cases
More like this
Postman
Read with this
API Explorer
More like this