Uses of Class
io.fria.lilo.GraphQLQuery
-
Packages that use GraphQLQuery Package Description io.fria.lilo -
-
Uses of GraphQLQuery in io.fria.lilo
Methods in io.fria.lilo that return GraphQLQuery Modifier and Type Method Description @NotNull GraphQLQueryGraphQLQuery.GraphQLQueryBuilder. build()Methods in io.fria.lilo with parameters of type GraphQLQuery Modifier and Type Method Description @NotNull CompletableFuture<graphql.ExecutionResult>DefinedSchemaSource. execute(@NotNull LiloContext liloContext, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull CompletableFuture<graphql.ExecutionResult>RemoteSchemaSource. execute(@NotNull LiloContext liloContext, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull CompletableFuture<graphql.ExecutionResult>SchemaSource. execute(@NotNull LiloContext liloContext, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull CompletableFuture<String>AsyncQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull StringDefaultRemoteQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery graphQLQuery, @Nullable Object localContext)TQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)@NotNull StringSyncQueryRetriever. get(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @Nullable Object localContext)
-