@@ -414,7 +414,7 @@ linked specification's contents.
414
414
Built -in scalar types must not provide a specification URL as they are specified
415
415
by this document .
416
416
417
- Note : Custom scalars should also summarize the specified format and provide
417
+ Note : Custom scalars should also summarize the specified format and provide
418
418
examples in their description .
419
419
420
420
**Result Coercion and Serialization **
@@ -2052,16 +2052,10 @@ directive @specifiedBy(url: String!) on SCALAR
2052
2052
```
2053
2053
2054
2054
The `@specifiedBy ` directive is used within the type system definition language
2055
- <<<<<<< HEAD
2056
- to provide a specification URL for specifying the behavior of [custom scalar
2057
- types ](#sec-Scalars.Custom-Scalars). The URL should point to a human-readable
2058
- specification of the data format, serialization, and coercion rules.
2059
- =======
2060
- to provide a URL for specifying the behavior of
2061
- [custom scalar types](#sec-Scalars.Custom-Scalars). The URL should point to a
2062
- human-readable specification of the data format, serialization, and
2063
- coercion rules. It must not not appear on built-in scalar types.
2064
- >>>>>>> 2a3ae75... Editorial - directive description
2055
+ to provide a URL for specifying the behavior of
2056
+ [custom scalar types ](#sec-Scalars.Custom-Scalars). The URL should point to a
2057
+ human-readable specification of the data format, serialization, and
2058
+ coercion rules. It must not appear on built-in scalar types.
2065
2059
2066
2060
In this example, a custom scalar type for `UUID` is defined with a URL pointing
2067
2061
to the relevant IETF specification.
0 commit comments