You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2022. It is now read-only.
Hello,
I'm trying to retrieve the backgroundImage property from a subcategory (I want get the details of subcategory)
So I fetch from the children API but I don't but by default I get these properties:
So in pages/category/[slug].ts:
api.categories.getChildren({ first: 100, id }).then(({ data }) => data),Where in the code should I specify the other values I want to retrieve?
my expected result would be:
because in the sdk the query allowing to retrieve the children of a category, by default it does not retrieve the backgroundImage property