Brian Clozel
a5ec819748
Merge branch '1.3.x'
2025-03-14 09:40:35 +01:00
Brian Clozel
6d471cd7b8
Add TimeoutWebGraphQlInterceptor
...
This commit adds a new web interceptor that can be configured with a
specific duration. If the response is not produced within this timeline,
the interceptor sends a HTTP error status to the client (by default,
"REQUEST TIMEOUT" but this can be configured) and sends a CANCEL signal
upstream.
This CANCEL signal flows up to controller methods and maually registered
data fetchers, if they have a reactive return type. Processing will be
automatically aborted.
For other types of date fetchers, applications can retrieve a publisher
from the GraphQL context and get notified of cancellations.
Closes gh-450
2025-03-12 17:00:18 +01:00
rstoyanchev
ba1dcf0baf
Document behavior when "first" and "last" present
...
Closes gh-1055
2024-09-16 12:08:37 +01:00
rstoyanchev
71b709253d
Polishing documentation on pagination
...
See gh-1055
2024-09-16 12:07:38 +01:00
Brian Clozel
1979e435c3
Upgrade to GraphQL Java 22.2
...
This also documents the new subscription ordering feature as reported
and requested in #949 .
Closes gh-1044
2024-08-21 18:12:48 +02:00
Brian Clozel
6e155c0321
Update reference doc links to Spring Boot 3.3.x
...
Closes gh-1016
2024-06-20 09:57:58 +02:00
rstoyanchev
f9a34efe1f
Merge branch '1.2.x'
2024-05-18 13:08:08 +01:00
rstoyanchev
aa1ee77867
Document how to configure custom ExecutionStrategy
...
Closes gh-832
2024-05-18 13:05:02 +01:00
rstoyanchev
0ab80ee5ce
Improve class mapping in SchemaMappingInspector
2024-05-03 20:01:56 +01:00
rstoyanchev
0b491b9635
Polishing docs
2024-04-15 12:40:03 +01:00
rstoyanchev
1e6a5a09d7
Polishing in SchemaMappingInspector
...
See gh-934
2024-03-26 10:12:29 +00:00
rstoyanchev
27c44ecef5
Update docs for schema mapping inspection of unions and interfaces
...
Closes gh-924
2024-03-25 17:10:55 +00:00
rstoyanchev
a18586bed7
Polishing docs on schema mapping inspection
...
See gh-924
2024-03-25 15:36:20 +00:00
rstoyanchev
d794d373c8
Merge branch '1.2.x'
2024-03-22 17:56:00 +00:00
rstoyanchev
1a3ae735c1
Add Thread Model section to documentation
...
Closes gh-907
2024-03-22 17:51:51 +00:00
rstoyanchev
7140e6cbae
Avoid AssertException for persisted query
...
Closes gh-930
2024-03-22 13:37:28 +00:00
rstoyanchev
267b514cf2
Schema inspection support for unmapped arguments
...
Closes: gh-740
2024-03-15 10:01:18 +00:00
rstoyanchev
d836f6879e
Add documentation for federation support
...
Closes gh-864
2024-02-06 20:46:59 +00:00
Rob Winch
327a3588bc
remove h2 from index.adoc
2023-08-04 15:38:28 +01:00