Objects
ExchangeCreationStatus
Represents the creation status of an exchange.
Fields
status* ExchangeStatus! non-null | The status of the exchange creation. |
versionNumber | The version number of the exchange. |
exchange | The exchange that was created. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Query By | getExchangeCreationStatus | Retrieves the status of the latest version of the exchange. But if the exchange status is in progress/failed, it will return the exchange of the last success version of the exchange. |