Как пользоваться GraphQL api.tavrida.art
GraphQL схему можно посмотреть в постмане или в расширении google chrome.
Чтобы вызвать метод GraphQL, нужно постучаться сюда:
POST
https://api.tavrida.art/graphql
Content-Type: application/json
{
operationName: null,
query: "{ваш GraphQL query}",
}