Skip to content

Commit

Permalink
Update NineChronicles.Headless/GraphTypes/StateQuery.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Dogeon <[email protected]>
  • Loading branch information
ipdae and moreal authored Dec 4, 2023
1 parent f8ff23f commit 49d35c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NineChronicles.Headless/GraphTypes/StateQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ public StateQuery()
Field<StringGraphType>(
name: "cachedSheet",
arguments: new QueryArguments(
new QueryArgument<StringGraphType>
new QueryArgument<NonNullGraphType<StringGraphType>>
{
Name = "tableName"
}
Expand Down

0 comments on commit 49d35c9

Please sign in to comment.