Skip to main content
Version: v2.x

Debugging Actions

Introduction

While you're developing Actions for your application, to debug faster you may want to see the exact details of the webhook call for the Action as well.

To do so, start the server in debugging mode. In the case of errors, the GraphQL response will contain debugging information of the webhook calls in the extensions.internal field.

If you are using action transforms, then you will also see the transformed_request inside the request field.

For example:

GraphiQL
Query Variables
Request Headers
Documentation Explorer
No Schema Available
Additional Resources

Introduction to Hasura Actions - View Recording.