Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(knex: Knex) { this.knex = knex; this.provider = new KnexDBDataProvider(knex); }
Auto generate resolvers on top of the graphql and database of your choice