Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 25, 2024
1 parent 635af15 commit d9d7d43
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
import { makePgService } from "@dataplan/pg/adaptors/pg";
import { constant, grafast } from "grafast";
import {
GraphQLObjectType,
GraphQLScalarType,
printSchema,
} from "grafast/graphql";
import type { GraphQLObjectType } from "grafast/graphql";
import { GraphQLScalarType, printSchema } from "grafast/graphql";
import { buildSchema, QueryPlugin } from "graphile-build";

import { EXPORTABLE, gql, makeExtendSchemaPlugin } from "../src/index.js";
import PostGraphileAmberPreset from "postgraphile/presets/amber";
import { makePgService } from "@dataplan/pg/adaptors/pg";
import pg, { type Pool } from "pg";
import { makeSchema } from "postgraphile";
import PostGraphileAmberPreset from "postgraphile/presets/amber";

import { EXPORTABLE, gql, makeExtendSchemaPlugin } from "../src/index.js";

let pgPool: Pool | null = null;

Expand Down

0 comments on commit d9d7d43

Please sign in to comment.