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
We don't support generating classes, but you could use DGS code generation with our GraphQlClient and GraphQlTester which can run on multiple transports. Request classes can serialize to a String document that can be passed as input to the client and tester, while response classes deserialize as JSON.
Closing for now, but let us know if you run into any issues.
Can you generate classes from the schema? can a statically typed client be generated and used for tests with the WebTestClient... under the hood?
The text was updated successfully, but these errors were encountered: