Package io.fria.lilo
Class Lilo
java.lang.Object
io.fria.lilo.Lilo
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Lilo.LiloBuilderbuilder()@NotNull LiloContext@NotNull graphql.ExecutionResultstitch(@NotNull graphql.ExecutionInput executionInput) @NotNull graphql.ExecutionResult@NotNull CompletableFuture<graphql.ExecutionResult> stitchAsync(@NotNull graphql.ExecutionInput executionInput)
-
Method Details
-
builder
-
getContext
-
stitch
@NotNull public @NotNull graphql.ExecutionResult stitch(@NotNull @NotNull graphql.ExecutionInput executionInput) -
stitch
-
stitchAsync
@NotNull public @NotNull CompletableFuture<graphql.ExecutionResult> stitchAsync(@NotNull @NotNull graphql.ExecutionInput executionInput)
-