Package io.fria.lilo

Class Lilo

java.lang.Object
io.fria.lilo.Lilo

public final class Lilo extends Object
  • Method Details

    • 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)
    • stitchAsync

      @NotNull public @NotNull CompletableFuture<graphql.ExecutionResult> stitchAsync(@NotNull @NotNull graphql.ExecutionInput executionInput)