Shape inference
The tool examines JSON object keys, nested objects, arrays, and primitive values to propose corresponding GraphQL fields and types. Nested object shapes require named GraphQL object types, while arrays require a list item type. Since JSON supplies values rather than schema declarations, the generated types are inferences from the pasted instance, not authoritative statements about every payload the API may return.