@@ -388,9 +388,10 @@ Scalar types represent primitive leaf values in a GraphQL type system. GraphQL
388388responses take the form of a hierarchical tree ; the leaves of this tree are
389389typically GraphQL Scalar types (but may also be Enum types or {null} values).
390390
391- GraphQL provides a number of [built -in scalars ](#sec-Appendix-Built-in-Definitions.Scalars)
392- which are fully defined in the sections below, however type systems may also add
393- additional custom scalars to introduce additional semantic meaning.
391+ GraphQL provides a number of
392+ [built -in scalars ](#sec-Appendix-Built-in-Definitions.Scalars) which are fully
393+ defined in the sections below, however type systems may also add additional
394+ custom scalars to introduce additional semantic meaning.
394395
395396**Built-in Scalars**
396397
@@ -1950,11 +1951,12 @@ GraphQL implementations that support the type system definition language should
19501951provide the `@specifiedBy ` directive if representing custom scalar definitions .
19511952
19521953When representing a GraphQL schema using the type system definition language any
1953- [built -in directive ](#sec-Appendix-Built-in-Definitions.Directives) may be omitted for brevity.
1954+ [built -in directive ](#sec-Appendix-Built-in-Definitions.Directives) may be
1955+ omitted for brevity.
19541956
19551957When introspecting a GraphQL service all provided directives, including any
1956- [built-in directive](#sec-Appendix-Built-in-Definitions.Directives), must be included in the set of
1957- returned directives.
1958+ [built-in directive](#sec-Appendix-Built-in-Definitions.Directives), must be
1959+ included in the set of returned directives.
19581960
19591961**Custom Directives**
19601962
0 commit comments