...
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:
Code Block | ||
---|---|---|
| ||
https://system2.netrex.czprovider_URL/api/graphql.php |
More about GraphQL is here https://graphql.org/learn/ .
...