You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@erangakm What function you use to build your schemas?
Is it buildSchema?
Problem is that buidlSchema simply ignores extensions node as discussed in #922.
Unlike the problem outlined in the issue you linked, I can see that the type I extended in the schema working correctly. It's just I can't see any breaking changes to it when I use findBreakingChanges
Old type:
New type:
Removing the nullability on the extended type doesn't trigger a breaking change at the moment. Would be great if this is supported :)
The text was updated successfully, but these errors were encountered: