Waiting for engine...
Skip to main content

ForwardProxyInput

Input parameters for configuring forward proxy settings on a gateway.

input ForwardProxyInput {
enabled: Boolean
configuration: ProxyConfiguration
}

Fields

ForwardProxyInput.enabled ● Boolean scalar miscellaneous

Whether to enable or disable the forward proxy.

ForwardProxyInput.configuration ● ProxyConfiguration input platform

Detailed configuration for the proxy server including host, port, type, and credentials.

Member Of

forwardProxyUpdate mutation ●  GatewayInput input

On this Page