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

refactor: remove Like tests bc bytearray not merged yet

7bfc4bf
Select commit
Loading
Failed to load commit list.
Merged

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

refactor: remove Like tests bc bytearray not merged yet
7bfc4bf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 10, 2024 in 1s

82.60% of diff hit (target 69.69%)

View this Pull Request on Codecov

82.60% of diff hit (target 69.69%)

Annotations

Check warning on line 107 in crates/torii/graphql/src/object/inputs/where_input.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/inputs/where_input.rs#L107

Added line #L107 was not covered by tests

Check warning on line 115 in crates/torii/graphql/src/object/inputs/where_input.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/inputs/where_input.rs#L115

Added line #L115 was not covered by tests

Check warning on line 145 in crates/torii/graphql/src/object/inputs/where_input.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/inputs/where_input.rs#L145

Added line #L145 was not covered by tests

Check warning on line 234 in crates/torii/graphql/src/query/data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/query/data.rs#L234

Added line #L234 was not covered by tests

Check warning on line 236 in crates/torii/graphql/src/query/data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/query/data.rs#L236

Added line #L236 was not covered by tests

Check warning on line 37 in crates/torii/graphql/src/query/filter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/query/filter.rs#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 42 in crates/torii/graphql/src/types.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/types.rs#L42

Added line #L42 was not covered by tests