@Mukesh_Kumar_Co If tags are stored on Content Fragment itself, then it can be achieved via following: query {cityList(filter: {_tags: {_expressions: [{value: "tourism:city-break", _operator: CONTAINS}]}}){items {name,_tags}}}
Or
If these tages are on Content Fragment Metadata, then it can be achi...