Files
spring-graphql/spring-graphql-docs/modules/ROOT/pages
Brian Clozel 70f16c1158 Configure JSON GraphQlModule in client support
The various GraphQL clients supported in this project automatically detect
JSON codecs for reading/writing GraphQL requests as JSON payloads.
If there is none detected, clients provide a default codec instance.

This commit configures automatically the `GraphQlModule` from gh-1174 in
default codecs and add integration tests for `FieldValue<T>` usage on the
client side.

This also improves the documentation around `FieldValue<T>` for both
server and client side support.

Closes gh-1190
2025-04-15 11:44:05 +02:00
..
2024-02-19 19:41:23 +00:00
2023-08-04 15:38:28 +01:00
2025-03-14 09:40:35 +01:00
2024-05-23 17:27:30 +01:00
2023-08-04 15:38:28 +01:00
2025-03-28 09:34:23 +01:00