JSON to GraphQL Schema
v1.0.2Generate GraphQL SDL type definitions from a JSON object or array structure.
Generates GraphQL SDL type definitions (type Query, type X { field: Type }) from any JSON object or array — useful for bootstrapping a GraphQL schema from sample API responses.
How to use- →Paste a JSON object or array to infer the GraphQL types.
- →Nested objects become their own types; arrays become list types.
- →Review and add descriptions and resolver hints before using in a real schema.