OBJECT
ActiveQueriesGlobalConfigs
link GraphQL Schema definition
- type ActiveQueriesGlobalConfigs {
- # Are active queries enabled
- : Boolean!
- # Blackout period in each no query should be executed
- : ScheduleGroup
- # Group of assets which queries should ignore
- : [AssetGroup!]
- # Blacklist clients
- : [RestrictedProtocolType!]
- }