graphlit-client 1.0.20251126001 → 1.0.20251126002
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.
|
@@ -21555,6 +21555,7 @@ export type QueryGraphQuery = {
|
|
|
21555
21555
|
id: string;
|
|
21556
21556
|
name: string;
|
|
21557
21557
|
type: EntityTypes;
|
|
21558
|
+
metadata?: string | null;
|
|
21558
21559
|
} | null> | null;
|
|
21559
21560
|
edges?: Array<{
|
|
21560
21561
|
__typename?: 'GraphEdge';
|