A vscode extension to convert any JSON input to GraphQL Schema using json-to-simple-graphql-schema.
- Add any JSON output into new empty file
- Run the
Convert JSON to GraphQL Schemacommand from the Command Palette (⇧⌘Pfor Mac andCtrl+Shift+Pfor other devices) or just hit shortcut keyShift+⌘+Con Mac orCtrl+Shift+Con other devices which will open converted GraphQL schema in a new editor tab.
- json-to-simple-graphql-schema - Transforms JSON input into a GraphQL schema.
