Package io.fria.lilo
Class Lilo
- java.lang.Object
-
- io.fria.lilo.Lilo
-
public final class Lilo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLilo.LiloBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @NotNull Lilo.LiloBuilderbuilder()@NotNull LiloContextgetContext()@NotNull graphql.ExecutionResultstitch(@NotNull graphql.ExecutionInput executionInput)@NotNull graphql.ExecutionResultstitch(@NotNull String query)@NotNull CompletableFuture<graphql.ExecutionResult>stitchAsync(@NotNull graphql.ExecutionInput executionInput)
-
-
-
Method Detail
-
builder
@NotNull public static @NotNull Lilo.LiloBuilder builder()
-
getContext
@NotNull public @NotNull LiloContext getContext()
-
stitch
@NotNull public @NotNull graphql.ExecutionResult stitch(@NotNull @NotNull graphql.ExecutionInput executionInput)
-
stitch
@NotNull public @NotNull graphql.ExecutionResult stitch(@NotNull @NotNull String query)
-
stitchAsync
@NotNull public @NotNull CompletableFuture<graphql.ExecutionResult> stitchAsync(@NotNull @NotNull graphql.ExecutionInput executionInput)
-
-