Uses of Class
graphql.execution.FieldValueInfo.CompleteValueType
-
Packages that use FieldValueInfo.CompleteValueType Package Description graphql.execution -
-
Uses of FieldValueInfo.CompleteValueType in graphql.execution
Fields in graphql.execution declared as FieldValueInfo.CompleteValueType Modifier and Type Field Description private FieldValueInfo.CompleteValueTypeFieldValueInfo.Builder. completeValueTypeprivate FieldValueInfo.CompleteValueTypeFieldValueInfo. completeValueTypeMethods in graphql.execution that return FieldValueInfo.CompleteValueType Modifier and Type Method Description FieldValueInfo.CompleteValueTypeFieldValueInfo. getCompleteValueType()static FieldValueInfo.CompleteValueTypeFieldValueInfo.CompleteValueType. valueOf(java.lang.String name)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.CompleteValueType Modifier and Type Method Description FieldValueInfo.BuilderFieldValueInfo.Builder. completeValueType(FieldValueInfo.CompleteValueType completeValueType)static FieldValueInfo.BuilderFieldValueInfo. newFieldValueInfo(FieldValueInfo.CompleteValueType completeValueType)Constructors in graphql.execution with parameters of type FieldValueInfo.CompleteValueType Constructor Description Builder(FieldValueInfo.CompleteValueType completeValueType)FieldValueInfo(FieldValueInfo.CompleteValueType completeValueType, java.util.concurrent.CompletableFuture<ExecutionResult> fieldValue, java.util.List<FieldValueInfo> fieldValueInfos)
-