Package io.fria.lilo
Interface QueryRetriever<T>
-
- All Known Subinterfaces:
AsyncQueryRetriever,SyncQueryRetriever
- All Known Implementing Classes:
DefaultRemoteQueryRetriever
public interface QueryRetriever<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)
-
-
-
Method Detail
-
get
@NotNull T get(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull GraphQLQuery query, @Nullable @Nullable Object localContext)
-
-