UNPKG

objection-graphql

Version:

Automatically generates GraphQL schema for objection.js models and allows to extend the schema with custom mutations and subscriptions

10 lines (6 loc) 130 B
const SchemaBuilder = require('./lib/SchemaBuilder'); module.exports = { builder() { return new SchemaBuilder(); }, };