Skip to content

Commit

Permalink
Editorial - directive description
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Apr 9, 2021
1 parent f8065c3 commit a2401b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/Section 3 -- Type System.md
Original file line number Diff line number Diff line change
Expand Up @@ -2052,9 +2052,16 @@ directive @specifiedBy(url: String!) on SCALAR
```

The `@specifiedBy` directive is used within the type system definition language
<<<<<<< HEAD
to provide a specification URL for specifying the behavior of [custom scalar
types](#sec-Scalars.Custom-Scalars). The URL should point to a human-readable
specification of the data format, serialization, and coercion rules.
=======
to provide a URL for specifying the behavior of
[custom scalar types](#sec-Scalars.Custom-Scalars). The URL should point to a
human-readable specification of the data format, serialization, and
coercion rules. It must not not appear on built-in scalar types.
>>>>>>> 2a3ae75... Editorial - directive description

In this example, a custom scalar type for `UUID` is defined with a URL pointing
to the relevant IETF specification.
Expand Down

0 comments on commit a2401b7

Please sign in to comment.