A small agentic GraphQL AI assistant
I’ve been experimenting with an assistant that helps generate and troubleshoot GraphQL operations from natural-language prompts.
The idea came from the significant manual effort involved in working with GraphQL schemas—especially when generating large, deeply nested operations or troubleshooting typos, invalid fields, arguments, and syntax.
Curious how others are thinking about GraphQL + AI agents. Do you see GraphQL as a good API surface for agents, or do you think REST/OpenAPI-style tooling is still better for this?