suspend fun updateAuditedNode(node: AuditedNode, lastModifiedBy: User, lastModifiedAt: OffsetDateTime)
Updates node after it was updated without an UpdateNodeInput Sets AuditedNode.lastModifiedBy and AuditedNode.lastModifiedAt
Parameters
node
the node to update
lastModifiedBy
the user who last modified the node
lastModifiedAt
the time when the node was last modified, defaults to now()