Skip to content

Commit

Permalink
Updated the XML doc summary for DisallowedInaccessibleElementsRule (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Dec 17, 2024
1 parent d94063a commit d747881
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ namespace HotChocolate.Fusion.PreMergeValidation.Rules;

/// <summary>
/// This rule ensures that certain essential elements of a GraphQL schema, particularly built-in
/// scalars, directive arguments, and introspection types, cannot be marked as @inaccessible. These
/// types are fundamental to GraphQL. Making these elements inaccessible would break core GraphQL
/// functionality.
/// scalars, directive arguments, and introspection types, cannot be marked as <c>@inaccessible</c>.
/// These types are fundamental to GraphQL. Making these elements inaccessible would break core
/// GraphQL functionality.
/// </summary>
/// <seealso href="https://graphql.github.io/composite-schemas-spec/draft/#sec-Disallowed-Inaccessible-Elements">
/// Specification
Expand Down

0 comments on commit d747881

Please sign in to comment.