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 {