diff --git a/packages/core/src/types/next-fields.ts b/packages/core/src/types/next-fields.ts index fa3cadc1b8d..ab0bf683b5a 100644 --- a/packages/core/src/types/next-fields.ts +++ b/packages/core/src/types/next-fields.ts @@ -1,5 +1,5 @@ import Decimal from 'decimal.js' -import { graphql } from '..' +import { graphql } from './schema' import { type BaseListTypeInfo } from './type-info' import { type CommonFieldConfig } from './config' import { type DatabaseProvider } from './core'