OBJECT

SolutionEntityFieldRef

One custom field referenced by the entity-settings node, with the canvas nodes whose configuration uses it (PLW-40153 field-hover highlight).

link GraphQL Schema definition

  • type SolutionEntityFieldRef {
  • # Id of the referenced custom field.
  • id: ID!
  • # Canvas node ids of the nodes whose configuration uses this field — refreshed by
  • # the scan; hover highlights these connections.
  • nodeIds: [ID!]!
  • }