Package io.fria.lilo

Interface QueryRetriever<T>

All Known Subinterfaces:
AsyncQueryRetriever, SyncQueryRetriever
All Known Implementing Classes:
DefaultRemoteQueryRetriever

public interface QueryRetriever<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)