The workspace or GraphQL API is not listed
The workspace or GraphQL API is not listed
Langdock can discover workspaces and APIs that are visible to the signed-in Microsoft account. Check the user’s Fabric access. If the user has direct access to one API instead of access to its workspace, copy the full GraphQL endpoint URL from Fabric and include it in the request.
The schema cannot be retrieved
The schema cannot be retrieved
Enable introspection in the GraphQL API settings and confirm that the signed-in user can access the API. After changing source objects, update the API schema in Fabric before trying again.
Sign-in succeeds but execution is denied
Sign-in succeeds but execution is denied
Confirm that the user has Run Queries and Mutations on the GraphQL API. For an API using SSO, check the user’s source permissions. For an API using Saved credentials, check the saved identity’s source permissions.If the Langdock workspace enabled additional Fabric actions after the connection was created, reconnect the Microsoft account once to grant any newly required OAuth scopes.
Expected fields or objects are missing
Expected fields or objects are missing
Add the objects to the GraphQL API and update its schema in Fabric. Then ask Langdock to inspect the schema again.
Some users see different rows
Some users see different rows
With SSO, Fabric evaluates source permissions and security rules for the signed-in user. Verify the result directly in Fabric as the affected user.
All users see the same source data
All users see the same source data
Check whether the GraphQL API uses Saved credentials. In that mode, Fabric evaluates source access as the saved identity rather than the individual caller.
A mutation is rejected
A mutation is rejected
Confirm that the API schema exposes the operation as a mutation and that the applicable source identity has permission to perform the change. Test the same mutation in Fabric’s GraphQL editor with a disposable record.
A result is too large
A result is too large
Ask for fewer fields, add filters or server-side aggregation, or retrieve smaller pages. For a full export, ask Langdock to return the result as a JSON file.