Package io.fria.lilo
Interface AsyncQueryRetriever
-
public interface AsyncQueryRetriever
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull CompletableFuture<String>get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)
-
-
-
Method Detail
-
get
@NotNull @NotNull CompletableFuture<String> get(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull GraphQLQuery query, @Nullable @Nullable Object localContext)
-
-