Uses of Class
io.fria.lilo.SchemaSource
-
Packages that use SchemaSource Package Description io.fria.lilo -
-
Uses of SchemaSource in io.fria.lilo
Methods in io.fria.lilo that return SchemaSource Modifier and Type Method Description @NotNull SchemaSourceSchemaSource.SchemaSourceBuilder. build()Methods in io.fria.lilo that return types with arguments of type SchemaSource Modifier and Type Method Description @NotNull Map<String,SchemaSource>LiloContext. getSchemaSources()Methods in io.fria.lilo with parameters of type SchemaSource Modifier and Type Method Description @NotNull Lilo.LiloBuilderLilo.LiloBuilder. addSource(@NotNull SchemaSource schemaSource)@NotNull StringIntrospectionRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext)@NotNull StringQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)
-