Skip to content

Commit

Permalink
Add action query for migrate validator
Browse files Browse the repository at this point in the history
  • Loading branch information
OnedgeLee committed Dec 19, 2024
1 parent 683577c commit a2285c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NineChronicles.Headless/GraphTypes/ActionQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,12 @@ public ActionQuery(StandaloneContext standaloneContext)
context,
new MigratePlanetariumGuild()));

Field<ByteStringType>(
name: "migratePlanetariumValidator",
resolve: context => Encode(
context,
new MigratePlanetariumValidator()));

Field<ByteStringType>(
name: "fixToRefundFromNonValidator",
arguments: new QueryArguments(
Expand Down

0 comments on commit a2285c9

Please sign in to comment.