GatewayInput
Input parameters for updating gateway configuration including execution settings, forward proxy, CORS, and certificate authentication.
input GatewayInput {
id: ID!
defaultApiExecutionSettings: DeployedApiExecutionSettingsInput
forwardProxy: ForwardProxyInput
gatewayCors: GatewayCorsInput
certificateAuthentication: GatewayCertificateAuthenticationInput
otelConfig: OtelConfigurationInput
}
Fields
GatewayInput.id ● ID! non-null scalar miscellaneous
The unique identifier of the gateway to update.
GatewayInput.defaultApiExecutionSettings ● DeployedApiExecutionSettingsInput input platform
Default execution settings for APIs deployed on this gateway.
GatewayInput.forwardProxy ● ForwardProxyInput input platform
Forward proxy configuration for this gateway.
GatewayInput.gatewayCors ● GatewayCorsInput input platform
CORS configuration for the gateway.
GatewayInput.certificateAuthentication ● GatewayCertificateAuthenticationInput input platform
certificate authentication settings for the Gateway
GatewayInput.otelConfig ● OtelConfigurationInput input platform
OpenTelemetry configuration input for gateway telemetry settings
Member Of
gatewayUpdate mutation ●
updateGateway mutation