Package io.fria.lilo

Interface SyncQueryRetriever

All Superinterfaces:
QueryRetriever<String>
All Known Implementing Classes:
DefaultRemoteQueryRetriever

public interface SyncQueryRetriever extends QueryRetriever<String>
  • Method Summary

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