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.
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.