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
It shouldn't be marked as a breaking change, I don't think it should even be marked as a dangerous change. I guess the dangerous change could be justified if we say that we split up functionality, however that's on the resolver/logic side.
OPTIONAL_ARG_ADDED a breaking change ?
Can any one help regarding the rational for OPTIONAL_ARG_ADDED as a breaking change ?
it('should detect if an optional field argument was added', () => {
const oldSchema = buildSchema(
type Type1 { field1(arg1: String): String }
);https://www.apollographql.com/docs/graphos/delivery/schema-checks/#schema-additions implementation list this change as non breaking change as well, which i agree too as well.
The text was updated successfully, but these errors were encountered: