Skip to main content

Arguments

Returns

UpdateElectricityTraderSwitchLossProcess

Update electricity trader switch loss process.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can trigger market message

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation UpdateElectricityTraderSwitchLossProcess($input: ElectricityTraderSwitchLossProcessType!) { updateElectricityTraderSwitchLossProcess(input: $input) { id } }

Response

{ "data": { "updateElectricityTraderSwitchLossProcess": { "id": "f7093a00-8d9d-4e7b-9083-ea492a3ce7d4" } } }