instantiateFlowTracker
Instantiate a flow tracker.
Arguments
Returns
InstantiateFlowTrackerAssociate a Flow with a ElectricityTraderSwitchGainProcess through ElectricityMarketProcessFlowTracker
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.
mutation InstantiateFlowTracker($input: InstantiateFlowTrackerInput!) {
instantiateFlowTracker(input: $input) {
flowTrackerId
}
}
Variables
{
"input": InstantiateFlowTrackerInput
}
Response
{
"data": {
"instantiateFlowTracker": {
"flowTrackerId": 47052519
}
}
}