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: ID!
  • # Node position on the canvas.
  • position: Position!
  • # Node size in pixels, set by resizing the node on the canvas (PLW-40154). Null
  • # means the default size.
  • size: Size
  • # Group this node belongs to, if any.
  • groupId: ID
  • # Custom name for the node, if the user has set one.
  • name: String
  • # Whether the node was added manually or by the auto-add scan engine.
  • origin: SolutionNodeOrigin!
  • # Id of the referenced record.
  • recordId: ID!
  • # Type of the referenced record.
  • recordType: SolutionRecordNodeType!
  • }

link Require by

This element is not required by anyone