Skip to content

Commit

Permalink
Merge pull request #3898 from planetarium/fix/remove-mutation
Browse files Browse the repository at this point in the history
Remove mutation from explorer
  • Loading branch information
s2quake authored Jul 30, 2024
2 parents 5bbd805 + 8bb3f39 commit 3a5e29d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 124 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Version 5.1.3

To be released.

- (Libplanet.Explorer) Removed code that was used in development. [[#3898]]

[#3898]: https://github.com/planetarium/libplanet/pull/3898


Version 5.1.2
-------------
Expand Down
58 changes: 0 additions & 58 deletions tools/Libplanet.Explorer/Mutations/EvidenceMutation.cs

This file was deleted.

22 changes: 0 additions & 22 deletions tools/Libplanet.Explorer/Mutations/ExplorerMutation.cs

This file was deleted.

43 changes: 0 additions & 43 deletions tools/Libplanet.Explorer/Mutations/TestEvidence.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public LibplanetExplorerSchema(IServiceProvider serviceProvider)
: base(serviceProvider)
{
Query = serviceProvider.GetRequiredService<ExplorerQuery>();
Mutation = serviceProvider.GetRequiredService<ExplorerMutation>();
}
}
}

0 comments on commit 3a5e29d

Please sign in to comment.