From 8d268dcf63b83fd7df8dbeb8779022b9fe206ede Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Tue, 5 Nov 2024 13:55:50 -0800 Subject: [PATCH] fix lint --- packages/plugin-sub-graph/src/global-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-sub-graph/src/global-types.ts b/packages/plugin-sub-graph/src/global-types.ts index 8c24d2613..64f0c67a4 100644 --- a/packages/plugin-sub-graph/src/global-types.ts +++ b/packages/plugin-sub-graph/src/global-types.ts @@ -10,8 +10,8 @@ import type { TypeParam, } from '@pothos/core'; -import type { PothosSubGraphPlugin } from '.'; import type { GraphQLNamedType } from 'graphql'; +import type { PothosSubGraphPlugin } from '.'; declare global { export namespace PothosSchemaTypes {