GraphQL Mobius
JSON →GraphQL Mobius is an end-to-end type-safe TypeScript GraphQL client that infers types from GraphQL schemas at compile-time using template literal types, eliminating the need for code generation. Version 0.1.13 is the latest stable release, primarily maintained by ElysiaJS. It provides a Prisma-like query syntax and a lightweight client supporting query, mutation, subscription, and fragments. Unlike Apollo or URQL, Mobius prioritizes type safety and minimal footprint, acting as a companion library. Requires TypeScript >5.0 and strict mode. Known caveats include limited type recursion depth (around 900 types) and no nested fragment support.