graphlit-client 1.0.20260107002 → 1.0.20260107003
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.
|
@@ -21999,16 +21999,6 @@ export type LookupContentsQuery = {
|
|
|
21999
21999
|
__typename?: 'LanguageMetadata';
|
|
22000
22000
|
languages?: Array<string | null> | null;
|
|
22001
22001
|
} | null;
|
|
22002
|
-
parent?: {
|
|
22003
|
-
__typename?: 'Content';
|
|
22004
|
-
id: string;
|
|
22005
|
-
name: string;
|
|
22006
|
-
} | null;
|
|
22007
|
-
children?: Array<{
|
|
22008
|
-
__typename?: 'Content';
|
|
22009
|
-
id: string;
|
|
22010
|
-
name: string;
|
|
22011
|
-
} | null> | null;
|
|
22012
22002
|
feed?: {
|
|
22013
22003
|
__typename?: 'Feed';
|
|
22014
22004
|
id: string;
|