Package io.fria.lilo
Class LiloContext
java.lang.Object
io.fria.lilo.LiloContext
-
Method Summary
Modifier and TypeMethodDescription@NotNull graphql.execution.DataFetcherExceptionHandler@NotNull CompletableFuture<graphql.GraphQL> @NotNull IntrospectionFetchingMode@NotNull graphql.GraphQL@NotNull Map<String, SchemaSource> voidinvalidate(@NotNull String schemaName) void@NotNull CompletableFuture<graphql.GraphQL> reloadGraphQL(@Nullable Object localContext)
-
Method Details
-
getDataFetcherExceptionHandler
@NotNull public @NotNull graphql.execution.DataFetcherExceptionHandler getDataFetcherExceptionHandler() -
getMergedGraphQL
@NotNull public @NotNull graphql.GraphQL getMergedGraphQL() -
getGraphQLAsync
-
getIntrospectionFetchingMode
-
getSchemaSources
-
invalidate
-
invalidateAll
public void invalidateAll() -
reloadGraphQL
@NotNull public @NotNull CompletableFuture<graphql.GraphQL> reloadGraphQL(@Nullable @Nullable Object localContext)
-