Hey everyone 🙂 Noam from Fiverr Platform team here
Question regarding GraphQL Federation schema standardization:
Do you have a process to verify that non-nullable queries are not in a risk of breaking the entire federated query?
For instance. Service A defines an entity X and Service B extends this entity X. if the extension's response is non-nullable, and service B is down, every query for this entity X that requires a field from Service B will return an error.