OBJECT
IecReportClient
Report and Client of IED from the SCD file
link GraphQL Schema definition
- type IecReportClient {
- # ID of the report from SCD file
- String :
- # Name of the report
- String! :
- # Name of the dataset connected to the report
- String :
- # Name of client subscribed to the report
- String :
- # Asset representing this client
- LeanAsset :
- # The project to which the report belongs
- String! :
- # The substation to which the report belongs
- String! :
- }