File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import * as fs from "fs" ;
22import * as path from "path" ;
33import * as pg from "pg" ;
4+ import * as adaptor from "postgraphile/@dataplan/pg/adaptors/pg" ;
45
56import { promisify } from "util" ;
67import {
@@ -49,7 +50,7 @@ const createPostGraphileSchema = async (
4950 ] ,
5051 pgServices : [
5152 {
52- adaptor : "@dataplan/pg/adaptors/pg" ,
53+ adaptor,
5354 name : "main" ,
5455 withPgClientKey : "withPgClient" ,
5556 pgSettingsKey : "pgSettings" ,
Original file line number Diff line number Diff line change 11import * as pg from "pg" ;
2+ import * as adaptor from "postgraphile/@dataplan/pg/adaptors/pg" ;
23import { printSchemaOrdered , withPgClient } from "../../helpers" ;
34import { postgraphilePresetAmber } from "postgraphile/presets/amber" ;
45import { makeV4Preset , V4Options } from "postgraphile/presets/v4" ;
@@ -20,7 +21,7 @@ const createPostGraphileSchema = async (
2021 ] ,
2122 pgServices : [
2223 {
23- adaptor : "@dataplan/pg/adaptors/pg" ,
24+ adaptor,
2425 name : "main" ,
2526 withPgClientKey : "withPgClient" ,
2627 pgSettingsKey : "pgSettings" ,
You can’t perform that action at this time.
0 commit comments