Skip to content

Commit 559063c

Browse files
authored
Change 'server' to 'service' (#1005)
1 parent cbb8354 commit 559063c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ which, while serialized as a string, conforms to
389389
[RFC 4122](https://tools.ietf.org/html/rfc4122). When querying a field of type
390390
`UUID`, you can then rely on the ability to parse the result with a RFC 4122
391391
compliant parser. Another example of a potentially useful custom scalar is
392-
`URL`, which serializes as a string, but is guaranteed by the server to be a
392+
`URL`, which serializes as a string, but is guaranteed by the service to be a
393393
valid URL.
394394

395395
:: When defining a custom scalar, GraphQL services should provide a _scalar

0 commit comments

Comments
 (0)