@burdenoff/microfe-billing 2026.517.2 → 2026.518.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13433,7 +13433,7 @@ export type GraphNode = {
|
|
|
13433
13433
|
entityId: Scalars['ID']['output'];
|
|
13434
13434
|
/** Entity type (e.g., Project, File, Task) */
|
|
13435
13435
|
entityType: Scalars['String']['output'];
|
|
13436
|
-
/** Unique node ID in
|
|
13436
|
+
/** Unique node ID in the Apache AGE graph */
|
|
13437
13437
|
id: Scalars['ID']['output'];
|
|
13438
13438
|
/** Whether the node is active */
|
|
13439
13439
|
isActive: Scalars['Boolean']['output'];
|