Uses of Class
io.fria.lilo.GraphQLQuery
Packages that use GraphQLQuery
-
Uses of GraphQLQuery in io.fria.lilo
Methods in io.fria.lilo that return GraphQLQueryMethods in io.fria.lilo with parameters of type GraphQLQueryModifier and TypeMethodDescription@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<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) QueryRetriever.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) -
Uses of GraphQLQuery in io.fria.lilo.subscription
Methods in io.fria.lilo.subscription with parameters of type GraphQLQueryModifier and TypeMethodDescriptionvoidSubscriptionRetriever.sendQuery(@NotNull LiloContext liloContext, @NotNull SchemaSource schemaSource, @NotNull GraphQLQuery query, @NotNull SubscriptionSourcePublisher publisher, @Nullable Object localContext) Constructors in io.fria.lilo.subscription with parameters of type GraphQLQueryModifierConstructorDescriptionSubscriptionSourceHandler(@NotNull GraphQLQuery query, @NotNull SubscriptionSourcePublisher publisher)