OBJECT
SolutionRecordNode
A node representing a single referenced CRM record.
link GraphQL Schema definition
- type SolutionRecordNode implements SolutionNodeInterface {
- # Unique identifier of this node within the canvas.
- : ID!
- # Node position on the canvas.
- : Position!
- # Node size in pixels, set by resizing the node on the canvas (PLW-40154). Null
- # means the default size.
- : Size
- # Group this node belongs to, if any.
- : ID
- # Custom name for the node, if the user has set one.
- : String
- # Whether the node was added manually or by the auto-add scan engine.
- : SolutionNodeOrigin!
- # Id of the referenced record.
- : ID!
- # Type of the referenced record.
- : SolutionRecordNodeType!
- }
link Require by
This element is not required by anyone