Microsoft Fabric
Run bounded GraphQL queries and mutations against one configured Fabric API
Connect Microsoft Fabric to use a specific Fabric API for GraphQL. The workspace ID and GraphQL API ID fix the endpoint; the app cannot redirect a request to another Microsoft resource.
Connect Microsoft Fabric
For a shared connection, enter the Entra tenant ID, service-principal client ID and secret, Fabric workspace ID, and GraphQL API ID. For published app users, an administrator configures the Entra OAuth client and those same Fabric resource IDs.
Available operations are graphql_query and graphql_mutation.
Example prompt:
Use Microsoft Fabric to query the configured Products entity and return the first 25 active products. Do not run a mutation.
Verify and recover
Run a small query for a known record. For mutation access, create and then remove a disposable record after explicit approval. In app-user mode, test account isolation with separate browser profiles.
If Fabric denies the request, check Entra consent, workspace access, API ID, and GraphQL schema permissions. Rotate the client secret in Entra before replacing it in Swarmz.