I am using the Fabric GraphQL API to query data from a Datawarehouse I have in Fabric. This all works fine but when I try running a stored procedure I get the following error:
{
“errors”: [
{
“message”: “An internal execution error occured”,
“locations”: [
{
“line”: 2,
“column”: 5
}
],
“path”: [
“executeGetHolidayName”
],
“extensions”: {
“code”: “InternalServerError”
}
}
]
}