graphql-schema-from-json

JSON →
library 0.0.3 ·javascript
verified Jun 7, 2026

A library that infers a GraphQL schema from example JSON data, generating types, queries, and mutations. Version 0.0.3 is the latest. It guesses types, relationships (based on field naming like `*_id`), and provides CRUD operations with pagination and filtering. Release cadence is low, with few updates. Key differentiator: zero-config schema generation from sample data, useful for prototyping or mocking APIs.