Commit Graph

223 Commits

Author SHA1 Message Date
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
91feee745e use latest antora 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
bb9aaaddc8 fix it 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
359f925a00 Copy default antora files 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
rstoyanchev
142ca8cd73 Add section on file uploads
Closes gh-747
2023-07-18 15:07:25 +01:00
rstoyanchev
db525f18f4 Fix incorrect nesting under Transports section 2023-07-18 12:42:18 +01:00
reillylm
0a2caacf9d fix typo in Reference Docs (Request Execution)
Looks like AsciiDoc syntax needs double backticks for plural words like this
2023-07-17 09:03:28 +01:00
rstoyanchev
7ae8c441f9 Update docs on client side cancellation of subscription
Closes gh-724
2023-07-03 11:11:58 +01:00
Gerrit Meier
f4c5003376 Add tests for Neo4j
Also mention Neo4j as compatible with the reactive stack
and the QuerydslPredicateExecutor.

See gh-734
2023-07-03 06:05:48 +01:00
Brian Clozel
054aaedb16 Document GraphiQL integration
Closes gh-403
2023-05-15 10:49:21 +02:00
Brian Clozel
97990c2543 Rewrite links to new Framework reference docs 2023-05-15 10:49:21 +02:00
Brian Clozel
992b3f4344 Extract large sections of ref docs into includes 2023-05-15 10:49:21 +02:00
rstoyanchev
577014f4f1 Support date types in JsonKeysetCursorStrategy
This adds support for date values to JsonKeysetCursorStrategy by default
when Jackson is on the classpath and also updates the documentation to
provide guidance.

Closes gh-684
2023-05-09 07:02:42 +01:00
rstoyanchev
21f4520a37 Support nested paths in GraphQlTester
Closes gh-457
2023-05-07 21:19:03 +01:00
rstoyanchev
2e7b0108d9 Show pagination args in reference docs sample 2023-05-07 19:37:47 +01:00
rstoyanchev
d3ea23e878 Add hook for the inspection of schema mappings
Closes gh-672
2023-04-28 12:52:29 +01:00
Brian Clozel
75fefe6a58 Merge branch '1.1.x' 2023-04-24 22:57:04 +02:00
Brian Clozel
4e5aaeddab Revisit request observation context type
Prior to this commit, the request execution observation would have a
context of type `RequestReplyReceiverContext` to directly deal with
tracing propagation at the transport level. This approach doesn't work
anymore as the parent observation is not properly set on the resulting
trace, even if it is manually set in the instrumentation.

This commit revisits the request observation setup and turns its context
into a regular `Observation.Context`. Tracing propagation should be
dealt with directly at the transport level by an underlying observation.
This is the case already for Spring Framework HTTP server observations.

As a result, the `PropagationWebGraphQlInterceptor` is deprecated with
no replacement and should not be used anymore.

Fixes gh-675
2023-04-24 22:03:34 +02:00
rstoyanchev
6d8f789d38 SchemaMappingInspector detects unmapped DataFetcher's
Closes gh-671
2023-04-21 09:46:01 +01:00
rstoyanchev
fb6a225193 Polishing in SchemaMappingInspector 2023-04-20 15:46:05 +01:00
rstoyanchev
d933828a23 Polishing
See gh-662
2023-04-19 16:23:39 +01:00
rstoyanchev
63fca20b5b Further update docs for schema mapping inspection
See gh-662
2023-04-19 16:06:03 +01:00
rstoyanchev
ca526f5769 Document schema mapping inspection
Closes gh-662
2023-04-19 14:19:33 +01:00
rstoyanchev
8ec513b799 Minor refactoring in reference docs
Update order of sections under GraphQlSource to reflect actual order of
initialization in addition to minor polishing.
2023-04-19 14:19:33 +01:00
rstoyanchev
145ab22bf3 Merge branch '1.1.x' 2023-04-14 08:29:53 +01:00
rstoyanchev
c650db895b Add link in documentation to Apollo federation sample
Closes gh-384
2023-04-14 08:27:17 +01:00
rstoyanchev
882ad0eb26 Allow fallback on field access for argument binding
Closes gh-599
2023-04-13 18:37:55 +01:00
rstoyanchev
a0d7cc1c8c Expose CursorsStrategy and Subrange as builder options
This makes it possible to customize these settings individually,
optionally, and via QuerydslBuilderCustomizer.

See gh-597
2023-04-12 11:18:40 +01:00
rstoyanchev
1f0c5239c0 Reference docs for Querydsl and QBE pagination
Closes gh-597
2023-04-12 10:26:42 +01:00
rstoyanchev
911b78237c Querydsl and QBE nest into single argument input type
Closes gh-216
2023-03-23 18:29:57 +00:00
rstoyanchev
1a24e31f0f Polishing documentation
See gh-620
2023-03-21 16:09:42 +00:00
rstoyanchev
ee493ef911 Polishing documentation
See gh-620
2023-03-21 13:58:09 +00:00
rstoyanchev
4f873a31eb Add documentation for pagination
Closes gh-620
2023-03-21 12:13:49 +00:00
rstoyanchev
3b1c9c0957 Update reference docs for annotated exception handlers
Closes gh-160
2023-03-06 12:52:00 +00:00