Skip to content

Commit

Permalink
[core] GraphQL: Use lowercase comparators in v2 schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored and saasen committed Feb 27, 2020
1 parent 36c9a10 commit ba6336e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function generateTypeQueries(types, filters, sortings) {
constraints: [
{
field: '_id',
comparator: 'EQUALS',
comparator: 'eq',
value: {kind: 'argumentValue', argName: 'id'}
}
],
Expand Down

0 comments on commit ba6336e

Please sign in to comment.