Configure JSON GraphQlModule in client support #1190
Labels
in: core
Issues related to config and core support
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
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.
We should configure automatically the
GraphQlModule
from #1174 in default codecs and add integration tests forFieldValue<T>
usage on the client side.The text was updated successfully, but these errors were encountered: