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.
@@ -2299,10 +2299,6 @@ export const QueryContents = gql `
2299
2299
  id
2300
2300
  name
2301
2301
  }
2302
- collections {
2303
- id
2304
- name
2305
- }
2306
2302
  links {
2307
2303
  uri
2308
2304
  linkType
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250621001",
3
+ "version": "1.0.20250622001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",