Package io.fria.lilo

Class LiloContext

java.lang.Object
io.fria.lilo.LiloContext

public class LiloContext extends Object
  • Method Details

    • getDataFetcherExceptionHandler

      @NotNull public @NotNull graphql.execution.DataFetcherExceptionHandler getDataFetcherExceptionHandler()
    • getMergedGraphQL

      @NotNull public @NotNull graphql.GraphQL getMergedGraphQL()
    • getGraphQLAsync

      @NotNull public @NotNull CompletableFuture<graphql.GraphQL> getGraphQLAsync()
    • getIntrospectionFetchingMode

      @NotNull public @NotNull IntrospectionFetchingMode getIntrospectionFetchingMode()
    • getSchemaSources

      @NotNull public @NotNull Map<String,SchemaSource> getSchemaSources()
    • invalidate

      public void invalidate(@NotNull @NotNull String schemaName)
    • invalidateAll

      public void invalidateAll()
    • reloadGraphQL

      @NotNull public @NotNull CompletableFuture<graphql.GraphQL> reloadGraphQL(@Nullable @Nullable Object localContext)