GraphQL Utility
Home
JSON → Typedef
Generate Fragments
.js File Format
.js → Stringified Object
unstringify → .js
GraphQL SDL Input
Convert
type Address { street: String city: String zipCode: String country: String } input inpAddress { street: String city: String zipCode: String country: String }
Generated Fragments
Copy
// Click Convert to generate fragments