Skip to content

Commit a0ece0b

Browse files
authored
[Fusion] Changed the return type of MergeUnionTypes to non-nullable (#7985)
1 parent 8dfeac5 commit a0ece0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HotChocolate/Fusion-vnext/src/Fusion.Composition/SourceSchemaMerger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ private ScalarTypeDefinition MergeScalarTypes(ImmutableArray<TypeInfo> typeGroup
539539
/// <seealso href="https://graphql.github.io/composite-schemas-spec/draft/#sec-Merge-Union-Types">
540540
/// Specification
541541
/// </seealso>
542-
private UnionTypeDefinition? MergeUnionTypes(
542+
private UnionTypeDefinition MergeUnionTypes(
543543
ImmutableArray<TypeInfo> typeGroup,
544544
SchemaDefinition mergedSchema)
545545
{

0 commit comments

Comments
 (0)