Heatmap GraphQL API Documentation Directory
POST /graphql/v1

Errors and Troubleshooting

HTTP Status Behavior

GraphQL Error Envelope

The server returns GraphQL-style errors in an errors array.


{

  "errors": [

    {

      "message": "Validation failed",

      "extensions": {

        "code": "BAD_USER_INPUT"

      }

    }

  ]

}

Common Issues

Authentication Fails

No Data Returned

Validation Errors

Debugging Tip

Enable SQL verification logs in environments where query inspection is allowed:

This logs generated SQL details at debug level through the app logger.