UNPKG

gverse

Version:

Object Graph Mapper for Dgraph

21 lines (13 loc) 362 B
# Changelog All notable changes to this project will be documented in this file. ## 1.0.0-pre ### Changes Clasess broken into multiple files. You can now import individual classes like so: ```typescript import { Connection } from "gverse/connection" ``` The old way also works: ```typescript import Gverse from "gverse" // usage: Gverse.Connection... ```