Uses of Class
io.fria.lilo.LiloContext
-
Packages that use LiloContext Package Description io.fria.lilo -
-
Uses of LiloContext in io.fria.lilo
Methods in io.fria.lilo that return LiloContext Modifier and Type Method Description @NotNull LiloContextLilo. getContext()Methods in io.fria.lilo with parameters of type LiloContext Modifier and Type Method Description @NotNull graphql.ExecutionResultDefinedSchemaSource. execute(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull graphql.ExecutionResultRemoteSchemaSource. execute(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull graphql.ExecutionResultSchemaSource. execute(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)@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)voidDefinedSchemaSource. loadSchema(@NotNull LiloContext context, @Nullable Object localContext)voidRemoteSchemaSource. loadSchema(@NotNull LiloContext liloContext, @Nullable Object localContext)voidSchemaSource. loadSchema(@NotNull LiloContext context, @Nullable Object localContext)
-