SystemRelationType
No description
type SystemRelationType {
systemRelationTypeId: ID!
leftSystemTypes: [MonitoredSystemType]!
leftSystemSubTypes: [String]
rightSystemTypes: [MonitoredSystemType]!
rightSystemSubTypes: [String]
leftToRightName: String!
rightToLeftName: String!
propertiesStructure: String!
leftCardinalityMultiple: Boolean!
rightCardinalityMultiple: Boolean!
}
Fields
SystemRelationType.systemRelationTypeId ● ID! non-null scalar
SystemRelationType.leftSystemTypes ● [MonitoredSystemType]! non-null enum
SystemRelationType.leftSystemSubTypes ● [String] list scalar
SystemRelationType.rightSystemTypes ● [MonitoredSystemType]! non-null enum
SystemRelationType.rightSystemSubTypes ● [String] list scalar
SystemRelationType.leftToRightName ● String! non-null scalar
SystemRelationType.rightToLeftName ● String! non-null scalar
SystemRelationType.propertiesStructure ● String! non-null scalar
SystemRelationType.leftCardinalityMultiple ● Boolean! non-null scalar
SystemRelationType.rightCardinalityMultiple ● Boolean! non-null scalar
Returned By
systemRelationType query ● systemRelationTypes query