@polygraph/data-graph
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -8,3 +8,5 @@ import { ResourceGraph, Edge, ResourceGraphWithoutRelationships } from './types'; | ||
export declare function flattenGraph(fullGraph: ResourceGraph, schema: any): { | ||
relationships: any; | ||
relationships: { | ||
[x: string]: any; | ||
}; | ||
type: string; | ||
@@ -11,0 +13,0 @@ id: string; |
{ | ||
"name": "@polygraph/data-graph", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "The DataGraph structure an associated functions.", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "0449663b978080b3f89db4c6f0ad112bccfd5b0b" | ||
"gitHead": "451a467247458685a82d6d8edff5fc575dc02228" | ||
} |
47296
1249