Fabric GraphQL API InternalServerError

D365 Tech Support Forums Analytics and Reporting Fabric Fabric GraphQL API InternalServerError

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #957
    ADUser
    Participant

      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”

      }

      }

      ]

      }

      #998
      CharAnyone
      Participant

        This should help you out

        Using the Fabric API for GraphQL

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.
      D365 Tech Support