JSON Input
GraphQL Schema Output
About JSON to GraphQL Schema Conversion
- Auto Type Detection: Detects String, Int, Float, Boolean, and ID types automatically
- Nested Objects: Creates separate GraphQL types for nested objects
- Array Support: Handles arrays with proper list type notation
- Non-null Types: Optionally mark all fields as non-nullable with !
- Input Types: Generate matching input types for mutations
- ID Detection: Fields named 'id' or ending with 'Id' use ID scalar type