mini docs

May 2022

Why are FE devs are salty about union types in a GraphQL schema?

Anytime the schema devs add an arm to a union type it will cause a breaking change on the client, IF the client doesn’t account for unknown types in their query.