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 Schema
command from the Command Palette (⇧⌘P
for Mac andCtrl+Shift+P
for other devices) or just hit shortcut keyShift+⌘+C
on Mac orCtrl+Shift+C
on 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.