How to debug functions using GraphQL API
You can use the debugging process to identify errors in your functions. One of the options for debugging is using the GraphQL API.
To do so, follow the steps described on How to query GraphQL requests on Postman using the https://api.azionapi.net/events/graphql
URL.
Then, on Postman’s GraphQL request code box, add the following query, modifying the tsRange
to fit the time interval you want:
Send your request. You’ll receive a response similar to this:
Learn how to debug with Edge Functions and GraphQL API. Watch the video below: