feat: Application types generation from project GQL schema's (#8995)
This commit is contained in:
committed by
GitHub
parent
ac30a989f4
commit
2c5e72d141
8
packages/modules/api-key/src/joiner-config.ts
Normal file
8
packages/modules/api-key/src/joiner-config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineJoinerConfig, Modules } from "@medusajs/utils"
|
||||
|
||||
export const joinerConfig = defineJoinerConfig(Modules.API_KEY, {
|
||||
linkableKeys: {
|
||||
// Merged with the autogenerated ones to maintain backward compatibility
|
||||
publishable_key_id: "ApiKey",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user