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.
@@ -3507,6 +3507,7 @@ export const QueryGraph = gql `
3507
3507
  id
3508
3508
  name
3509
3509
  type
3510
+ metadata
3510
3511
  }
3511
3512
  edges {
3512
3513
  from
@@ -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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20251126001",
3
+ "version": "1.0.20251126002",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",