magefan / module-blog-graph-ql

Magento 2 Blog GraphQL extension. Provides GraphQL endpoints for Magefan Blog Module
31 stars 7 forks source link

Graphql filter IN exception #7

Closed luckyraul closed 4 years ago

luckyraul commented 4 years ago
{
operationName: blogPosts, query: [Filtered], variables: {filter: {category_id: {in: [okrashivanie, strizhki, pricheski, uhod]}}, pageSize: 4}
}

Cardinality violation: 1241 Operand should contain 1 column(s), query was: SELECT `t`.`category_id` FROM `magefan_blog_category` AS `t` WHERE (t.identifier = 'okrashivanie', 'strizhki', 'pricheski', 'uhod')

ihorvansach commented 4 years ago

@luckyraul , we have fixed the issue, the change was made in Blog extension reposiotry https://github.com/magefan/module-blog/commit/4b8b442af3e74dfd44a906bfdadd376f393e8536

luckyraul commented 4 years ago

@ihorvansach Thanks, release please

ihorvansach commented 4 years ago

@luckyraul , https://github.com/magefan/module-blog/releases/tag/2.9.4 released