Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(torii-graphql): add In and Like comparison operators #1949

Merged
merged 8 commits into from
May 13, 2024

Conversation

Larkooo
Copy link
Collaborator

@Larkooo Larkooo commented May 10, 2024

Add new comparison operators to graphql queries DOJ-427

@Larkooo Larkooo changed the title feat: add In and Like comparison operators to gql feat(torii-graphql): add In and Like comparison operators to gql May 10, 2024
@Larkooo Larkooo changed the title feat(torii-graphql): add In and Like comparison operators to gql feat(torii-graphql): add In and Like comparison operators May 10, 2024
Copy link

codecov bot commented May 10, 2024

Codecov Report

Attention: Patch coverage is 82.60870% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 69.71%. Comparing base (6dca944) to head (7bfc4bf).

Files Patch % Lines
...tes/torii/graphql/src/object/inputs/where_input.rs 89.65% 3 Missing ⚠️
crates/torii/graphql/src/query/data.rs 81.81% 2 Missing ⚠️
crates/torii/graphql/src/query/filter.rs 50.00% 2 Missing ⚠️
crates/torii/graphql/src/types.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1949      +/-   ##
==========================================
+ Coverage   69.69%   69.71%   +0.02%     
==========================================
  Files         314      314              
  Lines       35459    35492      +33     
==========================================
+ Hits        24714    24745      +31     
- Misses      10745    10747       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Larkooo Larkooo merged commit ce172db into dojoengine:main May 13, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants