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 c887b98 commit 1f4bf5cCopy full SHA for 1f4bf5c
website/docs/r/compute_security_policy.html.markdown
@@ -196,6 +196,7 @@ The following arguments are supported:
196
* `json_parsing` - Whether or not to JSON parse the payload body. Defaults to `DISABLED`.
197
* `DISABLED` - Don't parse JSON payloads in POST bodies.
198
* `STANDARD` - Parse JSON payloads in POST bodies.
199
+ * `STANDARD_WITH_GRAPHQL` - Parse JSON and GraphQL payloads in POST bodies.
200
201
* `json_custom_config` - Custom configuration to apply the JSON parsing. Only applicable when
202
`json_parsing` is set to `STANDARD`. Structure is [documented below](#nested_json_custom_config).
0 commit comments