Skip to content

Instantly share code, notes, and snippets.

@danielrearden
Created May 15, 2020 04:14
Show Gist options
  • Save danielrearden/8abca03f8dffaf4cc68e8b1c918b484f to your computer and use it in GitHub Desktop.
Save danielrearden/8abca03f8dffaf4cc68e8b1c918b484f to your computer and use it in GitHub Desktop.
Making GraphQL Magic with Sqlmancer - 14
import { createSqlmancerClient } from "sqlmancer";
import { SqlmancerClient } from "./generated";
const client = createSqlmancerClient<SqlmancerClient>(__filename, knex);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment