Log in to GraphQL Editor
Docs
Introduction
Visual Graph
Desktop app
External Tools
CLI

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.

Freezing connection between type and interface

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.