Skip to content

Commit

Permalink
Update NineChronicles.Headless/GraphTypes/TransactionHeadlessQuery.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Dogeon <dev.moreal@gmail.com>
  • Loading branch information
ipdae and moreal authored Nov 27, 2023
1 parent c730d10 commit df5c6a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public TransactionHeadlessQuery(StandaloneContext standaloneContext)
Field<NonNullGraphType<ListGraphType<TxResultType>>>(
name: "transactionResults",
arguments: new QueryArguments(
new QueryArgument<NonNullGraphType<ListGraphType<TxIdType>>>
new QueryArgument<NonNullGraphType<ListGraphType<NonNullGraphType<TxIdType>>>>
{
Name = "txIds",
Description = "transaction ids."
Expand Down

0 comments on commit df5c6a7

Please sign in to comment.