OBJECT

SolutionNodeStatusResult

Read-time status of one canvas node (PLW-39228) — never stored, recomputed on every nodeStatus query from the referenced record/feature's live state.

link GraphQL Schema definition

  • type SolutionNodeStatusResult {
  • # Canvas node id the status belongs to.
  • id: ID!
  • # Deleted (record soft-deleted or missing), Upgrade (feature not in the
  • # subscription), Unavailable (user cannot access the record), Active/Inactive
  • # (activatable nodes by live enablement) or Default.
  • status: SolutionNodeStatus!
  • # Current display name of the node's referenced record. Null when the node
  • # references no single record (e.g. an entity-settings node), the record no longer
  • # exists, or the caller cannot access it.
  • name: String
  • }