Back to Developer Roadmap

Unions

src/data/roadmaps/graphql/content/[email protected]

4.0394 B
Original Source

Unions

Unions allow fields to return multiple types, enabling different handling for various types in clients. They provide schema flexibility by grouping types together, though they don't allow common field querying across types like interfaces do.

Visit the following resources to learn more: