Waiting for engine...
Skip to main content

GatewayCorsInput

Input parameters for configuring CORS settings on a gateway level.

input GatewayCorsInput {
overrideApiCors: Boolean!
cors: DeployedApiCorsInput
}

Fields

GatewayCorsInput.overrideApiCors ● Boolean! non-null scalar miscellaneous

This is to override the API CORS settings. When set to true, it will clear all existing API CORS settings.

GatewayCorsInput.cors ● DeployedApiCorsInput input platform

CORS configuration settings for the gateway.

Member Of

GatewayInput input

On this Page