Possible bug in GraphQL layer in Dgraph when altering schema via /alter

By taking diff of the query schema { __typename } before and after the schema update. See here.

IMO if anyone wants to update the schema, best way is to DROP_ALL and re-upload. That way we don’t have to track unused types etc.