Skip to content

Commit

Permalink
[!] types/contract_category: rename all inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nykma committed Apr 26, 2024
1 parent 39a3c17 commit efd998d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/upstream/types/contract_category.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ use strum_macros::{Display, EnumIter, EnumString};
async_graphql::Enum,
Hash,
)]
#[graphql(rename_items = "lowercase")]
pub enum ContractCategory {
#[strum(serialize = "ens")]
#[serde(rename = "ens")]
Expand Down

0 comments on commit efd998d

Please sign in to comment.