You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.