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.
@@ -2512,14 +2512,6 @@ export const LookupContents = gql `
2512
2512
  language {
2513
2513
  languages
2514
2514
  }
2515
- parent {
2516
- id
2517
- name
2518
- }
2519
- children {
2520
- id
2521
- name
2522
- }
2523
2515
  feed {
2524
2516
  id
2525
2517
  name
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20260107002",
3
+ "version": "1.0.20260107003",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",