Skip to main content

BusinessRuleEdge

Edges link nodes in a grapgh together, most commonly a graph contains an inputNode with an edge between a decisionTableNode and the decisionTableNode has an edge with the outputNode

type BusinessRuleEdge {
id: ID!
sourceId: ID!
targetId: ID!
type: String!
}

Fields

BusinessRuleEdge.id ● ID! non-null scalar

The generated ID of the business rule edge

BusinessRuleEdge.sourceId ● ID! non-null scalar

The ID of source Node of the business rule egde

BusinessRuleEdge.targetId ● ID! non-null scalar

The ID of target Node of the business rule egde

BusinessRuleEdge.type ● String! non-null scalar

The type of the business rule egde, only posible value now being 'edge'

Member Of

BusinessRule object