Uses of Class
graphql.execution.FieldValueInfo.Builder
-
Packages that use FieldValueInfo.Builder Package Description graphql.execution -
-
Uses of FieldValueInfo.Builder in graphql.execution
Methods in graphql.execution that return FieldValueInfo.Builder Modifier and Type Method Description FieldValueInfo.BuilderFieldValueInfo.Builder. completeValueType(FieldValueInfo.CompleteValueType completeValueType)FieldValueInfo.BuilderFieldValueInfo.Builder. fieldValue(java.util.concurrent.CompletableFuture<ExecutionResult> executionResultFuture)FieldValueInfo.BuilderFieldValueInfo.Builder. fieldValueInfos(java.util.List<FieldValueInfo> listInfos)static FieldValueInfo.BuilderFieldValueInfo. newFieldValueInfo(FieldValueInfo.CompleteValueType completeValueType)
-