Skip to content

GraphQL API playground

Purvesh edited this page Jan 7, 2022 · 1 revision

GraphQL API playground

AvoRed provide a playground for GraphQL API which can be used to check the API variables and what kind of response you get so it is easier to implement. You can simply visit /graphiql on your web-browser to check what kind of queries and mutation is available.

Authentication: On top of some of the queries requires providing the header Bearer token and the way we generate the token is using the larval passport package.