Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 committed Dec 17, 2024
1 parent a69c244 commit ff2f074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/Section 4 -- Composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ ERROR
**Explanatory Text**

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.
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.

Here, the `String` type is not marked as `@inaccessible`, which adheres to the
rule:
Expand Down

0 comments on commit ff2f074

Please sign in to comment.