Skip to content

Commit

Permalink
Updated GraphQL API
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed Jan 15, 2024
1 parent 9196135 commit fb314c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NineChronicles.Headless/GraphQLServiceExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static IServiceCollection AddLibplanetScalarTypes(this IServiceCollection
services.TryAddSingleton<Libplanet.Explorer.GraphTypes.TxStatusType>();
services.TryAddSingleton<Libplanet.Explorer.GraphTypes.AccountStateType>();
services.TryAddSingleton<Libplanet.Explorer.GraphTypes.BencodexValueType>();
services.TryAddSingleton<Libplanet.Explorer.GraphTypes.LegacyBencodexValueType>();
services.TryAddSingleton<Libplanet.Explorer.GraphTypes.IValueType>();
services.TryAddSingleton<Libplanet.Explorer.GraphTypes.FungibleAssetValueType>();
services.TryAddSingleton<Libplanet.Explorer.GraphTypes.CurrencyType>();
services.TryAddSingleton<Libplanet.Explorer.GraphTypes.CurrencyInputType>();
Expand Down

0 comments on commit fb314c4

Please sign in to comment.