GitHub user dosubot[bot] added a comment to the discussion: Custom User Info Fields and FAB User View Overrides No Longer Work in Superset v6 (React Migration)
<!-- Answer --> Superset v6 does not provide a generic GraphQL API for querying arbitrary tables like ab_user. All current APIs are REST-based and resource-specific—each resource (users, dashboards, datasets, etc.) has its own endpoint, such as /api/v1/me for user info or /api/v1/dataset for datasets. There is no generic, flexible data query interface like GraphQL, and no public plans or SIPs to introduce a GraphQL endpoint for flexible data access in future releases as of early 2026 [citation](https://github.com/apache/superset/blob/master/superset/initialization/__init__.py) [citation](https://github.com/apache/superset/pull/35259). The closest alternative for flexible data access is the SQL Lab REST API, which lets you run SQL queries against your connected databases, but this does not expose internal tables like ab_user via API, and is not a GraphQL interface [citation](https://github.com/apache/superset/blob/master/superset/sqllab/api.py). If you need guidance on using the existing REST APIs or SQL Lab for supported use cases, let me know. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/51dff610-bc91-4bd1-8cea-4338f2f4f389?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/51dff610-bc91-4bd1-8cea-4338f2f4f389?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/51dff610-bc91-4bd1-8cea-4338f2f4f389?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/51dff610-bc91-4bd1-8cea-4338f2f4f389?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/51dff610-bc91-4bd1-8cea-4338f2f4f389?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/51dff610-bc91-4bd1-8cea-4338f2f4f389?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/51dff610-bc91-4bd1-8cea-4338f2f4f389?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github) [](https://cursor.com/link/prompt?text=Superset%20v6%20does%20not%20provide%20a%20generic%20GraphQL%20API%20for%20querying%20arbitrary%20tables%20like%20ab_user.%20All%20current%20APIs%20are%20REST-based%20and%20resource-specific%E2%80%94each%20resource%20%28users%2C%20dashboards%2C%20datasets%2C%20etc.%29%20has%20its%20own%20endpoint%2C%20such%20as%20/api/v1/me%20for%20user%20info%20or%20/api/v1/dataset%20for%20datasets.%20There%20is%20no%20generic%2C%20flexible%20data%20query%20interface%20like%20GraphQL%2C%20and%20no%20public%20plans%20or%20SIPs%20to%20introduce%20a%20GraphQL%20endpoint%20for%20flexible%20data%20access%20in%20future%20releases%20as%20of%20early%202026%C2%A0%5Bcitation%5D%28https%3A//github.com/apache/superset/blob/master/superset/initialization/__init__.py%29%C2%A0%5Bci tation%5D%28https%3A//github.com/apache/superset/pull/35259%29.%0A%0AThe%20closest%20alternative%20for%20flexible%20data%20access%20is%20the%20SQL%20Lab%20REST%20API%2C%20which%20lets%20you%20run%20SQL%20queries%20against%20your%20connected%20databases%2C%20but%20this%20does%20not%20expose%20internal%20tables%20like%20ab_user%20via%20API%2C%20and%20is%20not%20a%20GraphQL%20interface%C2%A0%5Bcitation%5D%28https%3A//github.com/apache/superset/blob/master/superset/sqllab/api.py%29.%0A%0AIf%20you%20need%20guidance%20on%20using%20the%20existing%20REST%20APIs%20or%20SQL%20Lab%20for%20supported%20use%20cases%2C%20let%20me%20know.) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/36925) GitHub link: https://github.com/apache/superset/discussions/36925#discussioncomment-15544665 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
