fixes bug with combining AND clauses, extends graphql id operations
This commit is contained in:
@@ -292,7 +292,7 @@ const buildWhereInputType = (name, fields, parentName) => {
|
||||
'id',
|
||||
GraphQLString,
|
||||
parentName,
|
||||
['equals', 'not_equals'],
|
||||
['equals', 'not_equals', 'in', 'not_in'],
|
||||
),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user