OBJECT
SolutionEntityNode
The grouped "Entity Settings" node: custom fields, custom entity and sales processes of one entity.
link GraphQL Schema definition
- type SolutionEntityNode 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!
- # Entity this settings node represents.
- : EntityNameEnum!
- # API name of the custom entity, when the entity is a custom entity.
- : String
- # Referenced custom fields, each with the canvas nodes using it.
- : [SolutionEntityFieldRef!]!
- # Referenced lead process ids.
- : [ID!]!
- # Referenced pipeline ids.
- : [ID!]!
- # Referenced quote process ids.
- : [ID!]!
- }
link Require by
This element is not required by anyone