graphql/codegen/docs/guides/api-testing #10134
Replies: 2 comments 1 reply
-
I'm here trying to migrate from Apollo to Yoga, having googled |
Beta Was this translation helpful? Give feedback.
1 reply
-
I prefer solution that generates type safe client with autogenerated queries and mutations for integration testing: https://www.npmjs.com/package/playwright-graphql |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
graphql/codegen/docs/guides/api-testing
GraphQL Code Generator can generate typed results for your GraphQL operations. This tutorial uses GraphQL Yoga, but the practices are applicable to testing any GraphQL server.
https://the-guild.dev/graphql/codegen/docs/guides/api-testing
Beta Was this translation helpful? Give feedback.
All reactions