Skip to content

Commit

Permalink
Add ExplorerMutation
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Jul 30, 2024
1 parent 8f4762d commit bf72971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NineChronicles.Headless/GraphQLServiceExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using GraphQL.Types;
using Libplanet.Explorer.GraphTypes;
using Libplanet.Explorer.Interfaces;
using Libplanet.Explorer.Mutations;
using Libplanet.Explorer.Queries;
using Libplanet.Explorer.Schemas;
using Microsoft.Extensions.DependencyInjection;
Expand Down Expand Up @@ -85,6 +86,7 @@ public static IServiceCollection AddLibplanetExplorer(this IServiceCollection se
services.TryAddSingleton<HelperQuery>();
services.TryAddSingleton<RawStateQuery>();
services.TryAddSingleton<EvidenceQuery>();
services.TryAddSingleton<ExplorerMutation>();
services.TryAddSingleton(_ => new StateQuery()
{
Name = "LibplanetStateQuery",
Expand Down

0 comments on commit bf72971

Please sign in to comment.