We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果项目使用了 GraphQL,那么所有的请求都是往同一个 url post GraphQL 语句,现在的话只能通过自定义函数替换请求,感觉都要把整个服务器给实现出来了 😂
The text was updated successfully, but these errors were encountered:
没用过 GraphQL,不过感觉可以在自定义函数里做文章。
Sorry, something went wrong.
所以会有这个问题。。
现在的话只能通过自定义函数替换请求,感觉都要把整个服务器给实现出来了 😂
有具体点的建议吗?
mock 使用 express 还是 koa 实现的?express 的话可以考虑加载 express-graphQL 中间件。
No branches or pull requests
如果项目使用了 GraphQL,那么所有的请求都是往同一个 url post GraphQL 语句,现在的话只能通过自定义函数替换请求,感觉都要把整个服务器给实现出来了 😂
The text was updated successfully, but these errors were encountered: