We have a deprecation workflow in place for evolving the schema. We’ve leveraged GraphQL’sdeprecationfeature and also track usage stats for every field in the schema. Once the stats show that a deprecated field is no longer used, we can make a backward incompatible change to remove the...