File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/web/docs/src/content/gateway Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Hive Gateway can use the Hive Schema Registry as a source for persisted document
15
15
Learn more about setting up app deployments and persisted documents on the Hive Dashboard
16
16
[ here] ( /docs/schema-registry/app-deployments ) .
17
17
18
- ### Configuration
18
+ ## Configuration
19
19
20
20
<Tabs items = { [' Hive Registry' , ' Custom Store' ]} >
21
21
@@ -84,13 +84,13 @@ export const gatewayConfig = defineConfig({
84
84
})
85
85
```
86
86
87
- #### Enabling Arbitrary Documents
87
+ ### Enabling Arbitrary Documents
88
88
89
89
After enabling persisted documents on your Hive Gateway, any arbitary GraphQL documents that don't
90
90
contain a ` documentId ` will be rejected. If you still want to allow executing arbitrary documents,
91
91
you can set ` allowArbitraryDocuments ` to ` true ` in the configuration.
92
92
93
- ``` ts filename="gateway.config.ts" {8 }
93
+ ``` ts filename="gateway.config.ts" {11 }
94
94
import { defineConfig } from ' @graphql-hive/gateway'
95
95
96
96
export const gatewayConfig = defineConfig ({
You can’t perform that action at this time.
0 commit comments