Uses of Interface
graphql.ExecutionResult.Builder
-
Packages that use ExecutionResult.Builder Package Description graphql -
-
Uses of ExecutionResult.Builder in graphql
Classes in graphql with type parameters of type ExecutionResult.Builder Modifier and Type Interface Description static interfaceExecutionResult.Builder<B extends ExecutionResult.Builder<B>>Classes in graphql that implement ExecutionResult.Builder Modifier and Type Class Description static classExecutionResultImpl.BuilderMethods in graphql that return ExecutionResult.Builder Modifier and Type Method Description static ExecutionResult.Builder<?>ExecutionResult. newExecutionResult()Method parameters in graphql with type arguments of type ExecutionResult.Builder Modifier and Type Method Description default ExecutionResultExecutionResult. transform(java.util.function.Consumer<ExecutionResult.Builder<?>> builderConsumer)This helps you transform the currentExecutionResultobject into another one by starting a builder with all the current values and allows you to transform it how you want.
-