"@strapi/strapi": "4.14.5"
Hi!
I have a JSON field on my user as follows:
"country": {
"label": "Netherlands",
"countryCode": "NL"
}
Now my playground allows me to select country
, but any fields inside it does not recognize. This makes sense as it is a JSON field. How can I make a modification so that I can filter on country.code
?