mirror of
https://github.com/lukaszraczylo/graphql-monitoring-proxy.git
synced 2026-06-05 23:03:48 +00:00
Create allow list for event when intospection is blocked but developers
really want to use certain subqueries.
This commit is contained in:
+2
-1
@@ -40,6 +40,7 @@ type config struct {
|
||||
}
|
||||
|
||||
Security struct {
|
||||
BlockIntrospection bool
|
||||
BlockIntrospection bool
|
||||
IntrospectionAllowed []string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user