feat(medusa): added endpoints for rule attribute/operator/values options (#6911)
what: adds endpoints that returns attribute options, operator options and value options for a particular rule.
This commit is contained in:
@@ -30,7 +30,7 @@ export const joinerConfig: ModuleJoinerConfig = {
|
||||
},
|
||||
{
|
||||
name: ["country", "countries"],
|
||||
args: { entity: Country.name },
|
||||
args: { entity: Country.name, methodSuffix: "Countries" },
|
||||
},
|
||||
],
|
||||
} as ModuleJoinerConfig
|
||||
|
||||
Reference in New Issue
Block a user