GraphQL Schema Creator
As part of our cool visualizer, you get also a schema creator tool that works like a block builder but for GraphQL. Besides being a visual schema builder it also gets some jobs done for you like:
- automatically bind interfaces to the implementing types/interfaces not to repeat yourself when editing/creating/deleting GraphQL interfaces
- create inputs from types
- duplicate certain nodes
- autocomplete from only available types
- mark external nodes