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

@@ -3,7 +3,7 @@ import { generateExpiredPayloadCookie } from 'payload/auth'
import type { Collection } from 'payload/types'
import { isolateObjectProperty } from 'payload/utilities'
import { Context } from '../types'
import type { Context } from '../types.d.ts'
function logoutResolver(collection: Collection): any {
async function resolver(_, args, context: Context) {