1 2 3 4 5 6 7 8 9 10
query ServiceWafConfig($environmentId: String!, $serviceId: String!) { serviceInstance(environmentId: $environmentId, serviceId: $serviceId) { id edgeConfig { id enabled underAttackModeUntil } } }