Package graphql.normalized.nf
Class NormalizedFieldsMerger
- java.lang.Object
-
- graphql.normalized.nf.NormalizedFieldsMerger
-
public class NormalizedFieldsMerger extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NormalizedFieldsMerger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
merge(NormalizedField parent, java.util.List<NormalizedField> childrenWithSameResultKey, GraphQLSchema schema)
-
-
-
Method Detail
-
merge
public static void merge(NormalizedField parent, java.util.List<NormalizedField> childrenWithSameResultKey, GraphQLSchema schema)
-
-