Uses of Enum
graphql.execution.FieldValueInfo.CompleteValueType
Packages that use FieldValueInfo.CompleteValueType
-
Uses of FieldValueInfo.CompleteValueType in graphql.execution
Fields in graphql.execution declared as FieldValueInfo.CompleteValueTypeModifier and TypeFieldDescriptionprivate FieldValueInfo.CompleteValueType
FieldValueInfo.Builder.completeValueType
private final FieldValueInfo.CompleteValueType
FieldValueInfo.completeValueType
Methods in graphql.execution that return FieldValueInfo.CompleteValueTypeModifier and TypeMethodDescriptionFieldValueInfo.getCompleteValueType()
Returns the enum constant of this type with the specified name.static FieldValueInfo.CompleteValueType[]
FieldValueInfo.CompleteValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.execution with parameters of type FieldValueInfo.CompleteValueTypeModifier and TypeMethodDescriptionFieldValueInfo.Builder.completeValueType
(FieldValueInfo.CompleteValueType completeValueType) static FieldValueInfo.Builder
FieldValueInfo.newFieldValueInfo
(FieldValueInfo.CompleteValueType completeValueType) Constructors in graphql.execution with parameters of type FieldValueInfo.CompleteValueTypeModifierConstructorDescriptionBuilder
(FieldValueInfo.CompleteValueType completeValueType) (package private)
FieldValueInfo
(FieldValueInfo.CompleteValueType completeValueType, CompletableFuture<ExecutionResult> fieldValue, List<FieldValueInfo> fieldValueInfos)