how to filter in dynamic zone in strapi using graphql?
Mar 31, 2023 路 1 min read 路 hello, dev's. i need help in strapi. if any one know please help me! thanks 馃檪 query GetPosts($datelte: Date!, $dategte: Date!, $searchkey: String) { posts(filters: { effectiveDate: { lte: $datelte, gte: $dategte } }) { data { attributes ...
Join discussion



