We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9563e38 commit c3bec5bCopy full SHA for c3bec5b
src/Linq2GraphQL.Client/Common/CustomScalar.cs
@@ -6,7 +6,7 @@ public class CustomScalar
6
7
public override string ToString()
8
{
9
- return base.ToString();
+ return InternalValue;
10
}
11
12
public virtual string Value
0 commit comments