feat: Application types generation from project GQL schema's (#8995)
This commit is contained in:
@@ -6,8 +6,10 @@ import {
|
||||
PaymentSession,
|
||||
RefundReason,
|
||||
} from "@models"
|
||||
import { default as schema } from "./schema"
|
||||
|
||||
export const joinerConfig = defineJoinerConfig(Modules.PAYMENT, {
|
||||
schema,
|
||||
models: [
|
||||
Payment,
|
||||
PaymentCollection,
|
||||
|
||||
Reference in New Issue
Block a user