Skip to main content

Unions

Union types are used to describe multiple possible return types for a field. We commonly use union types as the return type from queries and mutations.