graphlit-client 1.0.20250621001 → 1.0.20250622001
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.
@@ -16622,11 +16622,6 @@ export type QueryContentsQuery = {
|
|
16622
16622
|
id: string;
|
16623
16623
|
name: string;
|
16624
16624
|
} | null;
|
16625
|
-
collections?: Array<{
|
16626
|
-
__typename?: 'Collection';
|
16627
|
-
id: string;
|
16628
|
-
name: string;
|
16629
|
-
} | null> | null;
|
16630
16625
|
links?: Array<{
|
16631
16626
|
__typename?: 'LinkReference';
|
16632
16627
|
uri?: any | null;
|