Blocking introspection queries.

This commit is contained in:
2023-10-08 18:07:24 +01:00
parent eee6016b5a
commit 3ac7c115aa
8 changed files with 62 additions and 4 deletions
+3 -1
View File
@@ -19,4 +19,6 @@ Creates a passthrough proxy to a graphql endpoint(s), allowing you for analysis
`ENABLE_CACHE` - enable the cache (default: `false`)
`CACHE_TTL` - the cache TTL (default: `60s`)
`LOG_LEVEL` - the log level (default: `info`)
`LOG_LEVEL` - the log level (default: `info`)
`BLOCK_SCHEMA_INTROSPECTION` - blocks the schema introspection (default: `false`)