Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jul 17, 2023
1 parent 4b7a0ff commit 76efcd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion grafast/dataplan-pg/src/steps/pgSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ import {
__ItemStep,
__TrackedValueStep,
access,
applyTransforms,
arrayOfLength,
ConnectionStep,
constant,
ConstantStep,
applyTransforms,
ExecutableStep,
exportAs,
first,
Expand Down
8 changes: 4 additions & 4 deletions grafast/grafast/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ import {
access,
AccessStep,
ActualKeyByDesiredKey,
applyTransforms,
ApplyTransformsStep,
assertEdgeCapableStep,
assertPageInfoCapableStep,
connection,
Expand All @@ -118,8 +120,6 @@ import {
ConstantStep,
context,
debugPlans,
applyTransforms,
ApplyTransformsStep,
each,
EdgeCapableStep,
EdgeStep,
Expand Down Expand Up @@ -220,6 +220,8 @@ export {
access,
AccessStep,
ActualKeyByDesiredKey,
applyTransforms,
ApplyTransformsStep,
ArgumentApplyPlanResolver,
ArgumentInputPlanResolver,
arrayOfLength,
Expand All @@ -241,8 +243,6 @@ export {
ConstantStep,
context,
debugPlans,
applyTransforms,
ApplyTransformsStep,
defer,
Deferred,
each,
Expand Down
2 changes: 1 addition & 1 deletion postgraphile/postgraphile/src/presets/v4.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import "graphile-config";

import { DEFAULT_ALLOWED_REQUEST_CONTENT_TYPES } from "grafserv";
import { parseDatabaseIdentifier } from "graphile-build-pg";
import type { GraphQLError } from "graphql";
import type { IncomingMessage, ServerResponse } from "http";

import { PgV4BehaviorPlugin } from "../plugins/PgV4BehaviorPlugin.js";
import { PgV4InflectionPlugin } from "../plugins/PgV4InflectionPlugin.js";
import { PgV4SmartTagsPlugin } from "../plugins/PgV4SmartTagsPlugin.js";
import { parseDatabaseIdentifier } from "graphile-build-pg";

export { PgV4BehaviorPlugin, PgV4InflectionPlugin, PgV4SmartTagsPlugin };

Expand Down

0 comments on commit 76efcd3

Please sign in to comment.