@@ -388,9 +388,10 @@ Scalar types represent primitive leaf values in a GraphQL type system. GraphQL
388
388
responses take the form of a hierarchical tree ; the leaves of this tree are
389
389
typically GraphQL Scalar types (but may also be Enum types or {null} values).
390
390
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.
394
395
395
396
**Built-in Scalars**
396
397
@@ -1950,11 +1951,12 @@ GraphQL implementations that support the type system definition language should
1950
1951
provide the `@specifiedBy ` directive if representing custom scalar definitions .
1951
1952
1952
1953
When 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.
1954
1956
1955
1957
When 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.
1958
1960
1959
1961
**Custom Directives**
1960
1962
0 commit comments