#This is possible to create two models/migrations in one module?
11 messages · Page 1 of 1 (latest)
Can you show me some example?
Next case, only I have that bug?
When i create new product category and when fetching products with query parameter category_id this problem occurs.
I'm still waiting for an example of how to do it 😄
I believe carlos shared multiple examples in others conv right? I am on vacay 😅 was just jumping by
@tender marlin
I can't find these examples
Someone help me, ex. how to resolve service like this
and have access to staticPageCategory service
Medusa only register modules in the container, if you have underlying services of the same module you will have to expose them yourself.
The modules is like a facade for all the services composing the module.
But we auto generate the CRUD methods for the services you register in the module.
listPageCategories, createPageCategories, etc....