Uses of Interface
io.fria.lilo.SchemaSource
Packages that use SchemaSource
-
Uses of SchemaSource in io.fria.lilo
Classes in io.fria.lilo that implement SchemaSourceMethods in io.fria.lilo that return SchemaSourceModifier and TypeMethodDescriptionstatic @NotNull SchemaSourceDefinedSchemaSource.create(@NotNull String schemaName, @NotNull String definition, @NotNull graphql.schema.idl.RuntimeWiring runtimeWiring) static @NotNull SchemaSourceRemoteSchemaSource.create(@NotNull String schemaName, @NotNull IntrospectionRetriever<?> introspectionRetriever, @NotNull QueryRetriever<?> queryRetriever) static @NotNull SchemaSourceMethods in io.fria.lilo that return types with arguments of type SchemaSourceModifier and TypeMethodDescription@NotNull Map<String,SchemaSource> LiloContext.getSchemaSources()@NotNull CompletableFuture<SchemaSource>DefinedSchemaSource.loadSchema(@NotNull LiloContext context, @Nullable Object localContext) @NotNull CompletableFuture<SchemaSource>RemoteSchemaSource.loadSchema(@NotNull LiloContext liloContext, @Nullable Object localContext) @NotNull CompletableFuture<SchemaSource>SchemaSource.loadSchema(@NotNull LiloContext context, @Nullable Object localContext) Methods in io.fria.lilo with parameters of type SchemaSourceModifier and TypeMethodDescription@NotNull Lilo.LiloBuilderLilo.LiloBuilder.addSource(@NotNull SchemaSource schemaSource) @NotNull CompletableFuture<String>AsyncIntrospectionRetriever.get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext) @NotNull CompletableFuture<String>AsyncQueryRetriever.get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext) @NotNull StringDefaultRemoteIntrospectionRetriever.get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext) @NotNull StringDefaultRemoteQueryRetriever.get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery graphQLQuery, @Nullable Object localContext) IntrospectionRetriever.get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext) QueryRetriever.get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext) @NotNull StringSyncIntrospectionRetriever.get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull String query, @Nullable Object localContext) @NotNull StringSyncQueryRetriever.get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)