Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

GraphQL endpoint:

Code Block
languagegraphql
https://system2.netrex.cz/api/graphql.php

...