You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rstoyanchev
changed the title
Simplify use of DGS Codegen with GraphQlClient and GraphQlTester
Simplify use of DGS Codegen with GraphQlClient
Feb 19, 2024
Given schema:
and DGS codegen generated client request types, it's possible to do this:
We can simplify this further through a DGS Codegen specific
GraphQlClient
wrapper that prepares request document, so it looks more like this:This is only meant to sketch the idea, with the exact details of the API to be worked out.
The text was updated successfully, but these errors were encountered: