OBJECT
SolutionTemplateEdge
A directed, typed edge between two template nodes.
link GraphQL Schema definition
- type SolutionTemplateEdge {
- # Unique identifier of this edge within the template.
- : ID!
- # Edge label, if the template defines one.
- : String
- # Id of the node the edge starts from.
- : ID!
- # Id of the node the edge points to.
- : ID!
- # Type of connection the edge represents.
- : SolutionEdgeType!
- }