Package io.fria.lilo
Class LiloContext
java.lang.Object
io.fria.lilo.LiloContext
-
Method Summary
Modifier and TypeMethodDescription@NotNull graphql.execution.DataFetcherExceptionHandler@NotNull graphql.GraphQL@NotNull CompletableFuture<graphql.GraphQL>@NotNull IntrospectionFetchingMode@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() -
getGraphQL
@NotNull public @NotNull graphql.GraphQL getGraphQL() -
getGraphQLAsync
-
getIntrospectionFetchingMode
-
getSchemaSources
-
invalidate
-
invalidateAll
public void invalidateAll() -
reloadGraphQL
@NotNull public @NotNull CompletableFuture<graphql.GraphQL> reloadGraphQL(@Nullable @Nullable Object localContext)
-