fix: Generated types interface name (#9307)
**What** Fix interface name in the output generated types
This commit is contained in:
committed by
GitHub
parent
16d2fdbfe6
commit
6e5d007837
@@ -16,6 +16,7 @@ export async function gqlSchemaToTypes(schema: string) {
|
||||
await ModulesSdkGqlSchemaToTypes({
|
||||
schema: executableSchema,
|
||||
filename,
|
||||
interfaceName: "IndexServiceEntryPoints",
|
||||
outputDir: dir,
|
||||
joinerConfigs: MedusaModule.getAllJoinerConfigs(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user