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 6d9885e commit 859cc07Copy full SHA for 859cc07
rfcs/PersistedOperations.md
@@ -26,7 +26,7 @@ After stringifying we can produce a SHA-256 hash of the stringified document whi
26
27
When sending the persisted operation we will potentially be violating the current Request parameters where we say that `query`
28
is a _required_ property. The proposal here is to add an additional _optional_ property `documentId` which has to be present
29
-when `query` isn't. We disallow neither `documentId` and `query` being absent when performing a GraphQL Request.
+when `query` isn't. We disallow both `documentId` and `query` being absent when performing a GraphQL Request.
30
31
The `documentId` would be the hashed representation of the stringified GraphQL document.
32
0 commit comments