Class NormalizedOperation

java.lang.Object
graphql.normalized.nf.NormalizedOperation

@ExperimentalApi public class NormalizedOperation extends Object
A NormalizedOperation represent how the text of a graphql operation (sometimes known colloquially as a query) will be executed at runtime according to the graphql specification. It handles complex mechanisms like merging duplicate fields into one and also detecting when the types of a given field may actually be for more than one possible object type.

An operation consists of a list of NormalizedFields in a parent child hierarchy