Skip to content

Commit

Permalink
Fix more imports to use postgraphile redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jul 4, 2023
1 parent 51ec346 commit e412e98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postgraphile/postgraphile/graphile.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* eslint-disable import/no-unresolved */
import { jsonParse } from "@dataplan/json";
import PersistedPlugin from "@grafserv/persisted";
import { context, listen, object } from "grafast";
import { StreamDeferPlugin } from "graphile-build";
import { EXPORTABLE, exportSchema } from "graphile-export";
import { gql, makeExtendSchemaPlugin } from "graphile-utils";
import type {} from "postgraphile";
import { jsonParse } from "postgraphile/@dataplan/json";
import { makePgService } from "postgraphile/adaptors/pg";
import { context, listen, object } from "postgraphile/grafast";
import type {} from "postgraphile/grafserv/node";
import { StreamDeferPlugin } from "postgraphile/graphile-build";
import { postgraphilePresetAmber } from "postgraphile/presets/amber";
import { makeV4Preset } from "postgraphile/presets/v4";
import { defaultHTMLParts } from "ruru/server";
Expand Down

0 comments on commit e412e98

Please sign in to comment.