We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a2c25 commit 6e9cb85Copy full SHA for 6e9cb85
spec/Appendix A -- Persisted Documents.md
@@ -50,7 +50,8 @@ The payload of a _SHA256 hex document identifier_ must be produced via the
50
lower-case hexadecimal encoding of the SHA256 hash (as specified in
51
[RFC4634](https://datatracker.ietf.org/doc/html/rfc4634)) of the Source Text of
52
the GraphQL Document (as specified in
53
-[the Language section of the GraphQL specification](https://spec.graphql.org/draft/#sec-Language)).
+[the Language section of the GraphQL specification](https://spec.graphql.org/draft/#sec-Language))
54
+encoded using the UTF-8 character set.
55
56
A service which accepts a _persisted document request_ SHOULD support the
57
_SHA256 hex document identifier_ for compatibility.
0 commit comments