Ask HN: GraphQL will enable generative UI's?
graphql.orgI was studying more about graphql, having used it for years. There has been many phases of critiques towards the technology/paradigm; however, there is something interesting about it's role in a world of agentic AI.
If queries can be dynamically written on the fly, we wouldn't need automation/agent to interact with the UI (as is the case with chatGPT operator or anthropic computer use). Instead, an intelligence layer for the frontend could dynamically query based on a graphQL schema and render with some basic html elements.
Thoughts?