fix: Generated types interface name (#9307)

**What**
Fix interface name in the output generated types
This commit is contained in:
Adrien de Peretti
2024-09-25 14:32:07 +02:00
committed by GitHub
parent 16d2fdbfe6
commit 6e5d007837
3 changed files with 14 additions and 4 deletions
@@ -16,6 +16,7 @@ export async function gqlSchemaToTypes(schema: string) {
await ModulesSdkGqlSchemaToTypes({
schema: executableSchema,
filename,
interfaceName: "IndexServiceEntryPoints",
outputDir: dir,
joinerConfigs: MedusaModule.getAllJoinerConfigs(),
})