Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All
Amazed with the capabailities of using GraphQL to query Data from Fabric.
I am trying to read the scema on the GraphQL endpoint to list the tables and fields in a notebook. While I am able to fetch data for exisitng queries on GraphQL, getting error with message "Introspection is not allowed for the current request".
Let me know if you faced this issue and resolved or is there another way to read schema on a GraphQL endpoint?
Thanks & Regards
Narendra
Solved! Go to Solution.
I have spent some time to research this ,mechanism for configuring introspection settings directly within the Fabric interface isn’t explicitly documented anywhere for Fabric.
Although `allow-introspection` setting is a standard configuration option in Data API Builder for GraphQL APIs in Azure, it is not yet available in Fabric it seems.
Thank You Nilendra. Will mark it as completed.
Hi @NarendraReddy,
As we haven’t heard back from you, we wanted to kindly follow up to check if your issue got resolved? or do you need any additional help here.
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
Hi @NarendraReddy,
As we haven’t heard back from you, we wanted to kindly follow up to check if your issue got resolved? or do you need any additional help here.
@nilendraFabric, Thanks for your promt response.
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
I have spent some time to research this ,mechanism for configuring introspection settings directly within the Fabric interface isn’t explicitly documented anywhere for Fabric.
Although `allow-introspection` setting is a standard configuration option in Data API Builder for GraphQL APIs in Azure, it is not yet available in Fabric it seems.