Editable public graph node.
This struct is part of the canonical graph document. It names implementation references, branch group metadata, config, and application metadata. It is not the runtime node representation.
Summary
Types
@type t() :: %Docket.Graph.Node{ branches: %{optional(String.t()) => branch_group()}, config: map(), description: String.t() | nil, id: String.t() | nil, implementation: implementation(), label: String.t() | nil, metadata: map(), policies: map() }