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 711dd4a commit 7d45ff9Copy full SHA for 7d45ff9
packages/web/docs/src/content/gateway/persisted-documents.mdx
@@ -321,7 +321,7 @@ This can be achieved using the `allowArbitraryOperations` option.
321
```ts filename="Allow arbitrary GraphQL operations"
322
{
323
allowArbitraryOperations: request =>
324
- request.headers.request.headers.get('x-allow-arbitrary-operations') === 'true'
+ request.headers.get('x-allow-arbitrary-operations') === 'true'
325
}
326
```
327
0 commit comments