Class ExecutableNormalizedOperation


  • @PublicApi
    public class ExecutableNormalizedOperation
    extends java.lang.Object
    A ExecutableNormalizedOperation 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 ExecutableNormalizedFields in a parent child hierarchy