TL
Tool Lab
πŸ’°Donate
πŸ’°Donate

JSON to GraphQL Types

Convert a JSON object into GraphQL type definitions automatically.

Type Inference Rules

  • JSON boolean β†’ Boolean!
  • JSON integer β†’ Int!
  • JSON float β†’ Float!
  • JSON string β†’ String!
  • JSON array β†’ [Type] (inferred from first element)
  • JSON object β†’ nested type