matthewmueller / graph.ql

Faster and simpler way to create GraphQL servers
633 stars 34 forks source link

graphql instances should be composeable #21

Open matthewmueller opened 8 years ago

matthewmueller commented 8 years ago
let graph = Graph(Graph(...), Graph(...))