Skip to content

Commit

Permalink
Switch transaction query arg from id to transactionHash
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Jan 15, 2024
1 parent 1ce8e47 commit 398efe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/graphql/src/object/transaction.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use async_graphql::dynamic::{Field, FieldFuture, InputValue, TypeRef};
use async_graphql::Value;
use convert_case::{Case, Casing};
use sqlx::{Pool, Row, Sqlite};
use sqlx::{Pool, Sqlite};

use super::{ObjectTrait, TypeMapping};
use crate::constants::{TRANSACTION_NAMES, TRANSACTION_TABLE, TRANSACTION_TYPE_NAME};
Expand Down

0 comments on commit 398efe8

Please sign in to comment.