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): use Connection abstraction to return data for ercBalance and ercTransfer query #2527

Closed
wants to merge 1 commit into from

feat(torii/graphql): use `Connection` abstraction to return data for …

d50e51b
Select commit
Loading
Failed to load commit list.
Closed

feat(torii/graphql): use Connection abstraction to return data for ercBalance and ercTransfer query #2527

feat(torii/graphql): use `Connection` abstraction to return data for …
d50e51b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 14, 2024 in 1s

6.40% of diff hit (target 57.23%)

View this Pull Request on Codecov

6.40% of diff hit (target 57.23%)

Annotations

Check warning on line 63 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L57-L63

Added lines #L57 - L63 were not covered by tests

Check warning on line 69 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L65-L69

Added lines #L65 - L69 were not covered by tests

Check warning on line 72 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 75 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 77 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L77

Added line #L77 was not covered by tests

Check warning on line 80 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 102 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L93-L102

Added lines #L93 - L102 were not covered by tests

Check warning on line 111 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L104-L111

Added lines #L104 - L111 were not covered by tests

Check warning on line 116 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L113-L116

Added lines #L113 - L116 were not covered by tests

Check warning on line 120 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L118-L120

Added lines #L118 - L120 were not covered by tests

Check warning on line 122 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L122

Added line #L122 was not covered by tests

Check warning on line 129 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L124-L129

Added lines #L124 - L129 were not covered by tests

Check warning on line 132 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L132

Added line #L132 was not covered by tests

Check warning on line 138 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L135-L138

Added lines #L135 - L138 were not covered by tests

Check warning on line 141 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L141

Added line #L141 was not covered by tests

Check warning on line 145 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L143-L145

Added lines #L143 - L145 were not covered by tests

Check warning on line 162 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L147-L162

Added lines #L147 - L162 were not covered by tests

Check warning on line 170 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L165-L170

Added lines #L165 - L170 were not covered by tests

Check warning on line 175 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L172-L175

Added lines #L172 - L175 were not covered by tests

Check warning on line 181 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L178-L181

Added lines #L178 - L181 were not covered by tests

Check warning on line 188 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L185-L188

Added lines #L185 - L188 were not covered by tests

Check warning on line 192 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L190-L192

Added lines #L190 - L192 were not covered by tests

Check warning on line 194 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L194

Added line #L194 was not covered by tests

Check warning on line 196 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L196

Added line #L196 was not covered by tests

Check warning on line 204 in crates/torii/graphql/src/object/erc/erc_balance.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/graphql/src/object/erc/erc_balance.rs#L198-L204

Added lines #L198 - L204 were not covered by tests