We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d1196 commit 762d3f5Copy full SHA for 762d3f5
1 file changed
src/Linq2GraphQL.Client/QueryNode.cs
@@ -62,17 +62,6 @@ private static bool MustHaveChildren(Type type)
62
!type.IsListOfPrimitiveTypeOrString();
63
}
64
65
- public void SetAddPrimitiveChildren()
66
- {
67
- if (!ChildNodes.Any())
68
69
- IncludePrimitive = true;
70
- }
71
- foreach (var childNode in ChildNodes)
72
73
- childNode.SetAddPrimitiveChildren();
74
75
76
77
public void AddChildNode(MemberInfo member, string name = null)
78
{
0 commit comments