Uses of Enum
graphql.util.TraverserContext.Phase
Packages that use TraverserContext.Phase
-
Uses of TraverserContext.Phase in graphql.util
Fields in graphql.util declared as TraverserContext.PhaseMethods in graphql.util that return TraverserContext.PhaseModifier and TypeMethodDescriptionDefaultTraverserContext.getPhase()
TraverserContext.getPhase()
static TraverserContext.Phase
Returns 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) void
DefaultTraverserContext.setPhase
(TraverserContext.Phase phase)