rstoyanchev
424db6616a
Pass localContext only if available
...
See gh-1066
2024-10-21 18:33:23 +01:00
Brian Clozel
b8b93a0df5
Produce INTERNAL_ERROR observation outcome
...
Prior to this commit, the `DefaultExecutionRequestObservationConvention`
would only produce "INTERNAL_ERROR" outcomes if the response is null or
if an unresolved exception remains.
The `ExceptionResolversExceptionHandler` will catch all unresolved
exceptions and add them to the errors map with the
`ErorType.INTERNAL_ERROR` error type. This means that the
"INTERNAL_ERROR" outcome is never used.
This commit ensures that this outcome is also used if at least one
resolved error is of `ErorType.INTERNAL_ERROR`.
Fixes gh-1065
2024-10-09 12:25:43 +02:00
rstoyanchev
46b03c3291
Fix link to samples
...
See gh-208
2024-05-23 17:30:27 +01:00
rstoyanchev
54e1710bb5
Update Samples section of reference
...
See gh-208
2024-05-23 17:14:52 +01:00
rstoyanchev
aa1ee77867
Document how to configure custom ExecutionStrategy
...
Closes gh-832
2024-05-18 13:05:02 +01:00
Brian Clozel
1d98f9b45f
Document schema Namespacing with annotated controllers
...
Closes gh-863
2024-04-16 17:16:44 +02: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
Nils Hartmann
b37a06bf59
ExecutionGraphQlService instead of GraphqlService
...
See gh-877
2024-01-26 09:59:53 +00:00
rstoyanchev
b326771f9e
Update section on code generation
...
Closes gh-847
2023-12-07 10:16:40 +00:00
rstoyanchev
779cc761ba
Add reference docs section on codegen
...
Closes gh-847
2023-11-20 21:37:57 +00:00
Nils Hartmann
80b1c27149
Use ScrollPosition.offset() to get initial scroll position
2023-10-18 16:31:50 +01:00
Simon Verhoeven
e48004f0bf
doc: fix method name
2023-09-18 13:09:55 +01:00
Brian Clozel
1032f99b6d
Polish
...
See gh-759
2023-08-21 17:43:40 +02:00
roksui
8038be2796
Change WebGraphQlServiceTester to WebGraphQlTester
...
Closes gh-759
2023-08-21 17:09:01 +02:00
Rob Winch
29fb3293f2
Fix include-code macro
2023-08-04 15:38:28 +01:00
Rob Winch
9a4b72935d
Convert to Asciidoctor Tabs
2023-08-04 15:38:28 +01:00
Rob Winch
327a3588bc
remove h2 from index.adoc
2023-08-04 15:38:28 +01:00
Rob Winch
d485fdf85b
No warnings
2023-08-04 15:38:28 +01:00
Rob Winch
6901f41c33
Fix cross references
2023-08-04 15:38:28 +01:00
Rob Winch
78508c4b18
Remove includes
2023-08-04 15:38:28 +01:00
Rob Winch
d4e75f1921
Generate a default navigation
2023-08-04 15:38:28 +01:00
Rob Winch
295e725985
Remove unnecessary asciidoc attributes
2023-08-04 15:38:28 +01:00
Rob Winch
d628d22b3f
Insert explicit ids for headers
2023-08-04 15:38:28 +01:00
Rob Winch
49446b7171
Migrate Structure
2023-08-04 15:38:28 +01:00