GatewayUpdateResult
Result of a gateway update operation.
type GatewayUpdateResult {
status: GatewayUpdateStatus
warnings: [GatewayWarning]
}
Fields
GatewayUpdateResult.status ● GatewayUpdateStatus enum platform
The status of the update operation.
GatewayUpdateResult.warnings ● [GatewayWarning] list object platform
Any warnings generated during the update.
Returned By
updateGateway mutation
Was this topic helpful?