Uses of Enum
graphql.util.TraverserContext.Phase
Packages that use TraverserContext.Phase
-
Uses of TraverserContext.Phase in graphql.util
Subclasses with type arguments of type TraverserContext.Phase in graphql.utilFields in graphql.util declared as TraverserContext.PhaseMethods in graphql.util that return TraverserContext.PhaseModifier and TypeMethodDescriptionDefaultTraverserContext.getPhase()TraverserContext.getPhase()static TraverserContext.PhaseReturns the enum constant of this type with the specified name.static TraverserContext.Phase[]TraverserContext.Phase.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.util with parameters of type TraverserContext.PhaseModifier and TypeMethodDescription(package private) voidDefaultTraverserContext.setPhase(TraverserContext.Phase phase)