Package io.fria.lilo
Interface SyncQueryRetriever
- All Superinterfaces:
QueryRetriever<String>
- All Known Implementing Classes:
DefaultRemoteQueryRetriever
-
Method Summary
Modifier and TypeMethodDescription@NotNull Stringget(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)
-
Method Details
-
get
@NotNull @NotNull String get(@NotNull @NotNull LiloContext liloContext, @NotNull @NotNull SchemaSource schemaSource, @NotNull @NotNull GraphQLQuery query, @Nullable @Nullable Object localContext) - Specified by:
getin interfaceQueryRetriever<String>
-