introduction
visual graph
Federation
DocsBuilding with blocksvisual graph

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

Freezing interfaces

With this feature GraphQL Editor automatically adds interface fields to the type - when the interface is implemented using visual editor. Also when field is added or removed from interface it disappears from all the implementing types.

As you can see the address type which comes from interface is locked. That means we can only modify it inside the original interface type.