Skip to content

Commit

Permalink
Update graphql_request_factory.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonJD authored Nov 16, 2023
1 parent 0236cac commit baa3762
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ String _getGraphQLFilterExpression(QueryFieldOperatorType operatorType) {
QueryFieldOperatorType.between: 'between',
QueryFieldOperatorType.contains: 'contains',
QueryFieldOperatorType.begins_with: 'beginsWith',
QueryFieldOperatorType.attribute_exists: 'attributeExists'
};
final result = dictionary[operatorType];
if (result == null) {
Expand Down

0 comments on commit baa3762

Please sign in to comment.