Back to articles

Tag archive

#ast

r
Mar 26, 2026

rgql: AST-Aware GraphQL Refactoring That AI Agents Can Trust

`rgql` is a CLI tool that renames GraphQL types, fields, and fragments across schema files and embedded TypeScript queries using full AST analysis. Because it's type-safe and deterministic, it's ideal for AI coding agents like Claude Code and Codex — they can invoke a single command instead of performing fragile find-and-replace across dozens of files.

Mar 26, 20264 min read15 reactions0 comments