We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de34c86 commit ffda53cCopy full SHA for ffda53c
src/HotChocolate/Fusion-vnext/src/Fusion.Composition/SourceSchemaMerger.cs
@@ -707,7 +707,7 @@ private static IType LeastRestrictiveType(
707
/// either source requires a non-null value, the merged type also becomes non-null so that no
708
/// invalid (e.g., <c>null</c>) data can be introduced at runtime. Conversely, if both sources
709
/// allow <c>null</c>, the merged type remains nullable. The same principle applies to list
710
- /// types, where the more restrictive settings (non-null list or non-null elements) is used.
+ /// types, where the more restrictive settings (non-null list or non-null elements) are used.
711
/// </summary>
712
/// <seealso href="https://graphql.github.io/composite-schemas-spec/draft/#sec-Most-Restrictive-Type">
713
/// Specification
0 commit comments