Unable to switch from Text View to Schema Builder

Hi Team,

I am getting the following error, when I switch from text view to the Schema Builder.

I just wanted to see how my hand written schema looks in Schema Builder. :sob:

Screenshot from 2020-08-20 19-00-17

I just chalked mine up to the fact of having a very complicated schema with tons of types, interfaces, implementations, custom directives, auth rules, etc., etc.

1 Like

I saw you raise this issue before, and I believed @auth to be the issue.

And since I don’t have @auth, I was fairly confident that the Builder would work.

Yup, interfaces in my case.

Never thought my schema is that complicated!
:sweat_smile:

Visual Schema Builder currently does not support interfaces and only supports limited directives(@id, @withSubscription, @search and @hasInverse).

1 Like