What is GraphiQL and how can be usedΒΆ

GraphiQL is deployed together with tangogql, it is a graphical interactive in-browser GraphQL IDE used to test GraphQL queries. For more info about it check:

Source code Docs for GraphiQL: https://graphiql-test.netlify.app/typedoc/

If you deployed the webjive suite with for example https://gitlab.com/MaxIV/webjive-develop GraphiQL url link should be acessible for you at: `http://localhost:5004/graphiql/`

To check the type of queries you can use on graphiql see: Examples on query and mutation

IMG1