I was wondering if adding a new value to an existing enum is considered a breaking change. The method findBreakingChanges method currently does not consider this to be a breaking change. If any clients break because of this addition does it mean that the clients implemented the GraphQL schema incorrectly? I was wondering if this is a deliberate omission in the findBreakingChanges method.
I was wondering if adding a new value to an existing enum is considered a breaking change. The method
findBreakingChangesmethod currently does not consider this to be a breaking change. If any clients break because of this addition does it mean that the clients implemented the GraphQL schema incorrectly? I was wondering if this is a deliberate omission in thefindBreakingChangesmethod.