Skip to content

Commit 859cc07

Browse files
authored
improve wording for absence in persisted-operations (#255)
1 parent 6d9885e commit 859cc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/PersistedOperations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After stringifying we can produce a SHA-256 hash of the stringified document whi
2626

2727
When sending the persisted operation we will potentially be violating the current Request parameters where we say that `query`
2828
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.
29+
when `query` isn't. We disallow both `documentId` and `query` being absent when performing a GraphQL Request.
3030

3131
The `documentId` would be the hashed representation of the stringified GraphQL document.
3232

0 commit comments

Comments
 (0)