chore: updates graphql imports for ESM

This commit is contained in:
Tylan Davis
2024-03-06 14:53:02 -05:00
parent 36b12b645b
commit be09dd41fa
41 changed files with 102 additions and 102 deletions

View File

@@ -1,7 +1,7 @@
import type { FieldWithSubFields, TabsField } from 'payload/types'
import { fieldAffectsData, fieldIsPresentationalOnly } from 'payload/types'
import fieldToSchemaMap from './fieldToWhereInputSchemaMap'
import fieldToSchemaMap from './fieldToWhereInputSchemaMap.js'
type Args = {
field: FieldWithSubFields | TabsField