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
One option is to build something using graphene which can for instance easily be used in FastAPI (via Starlette) but also used in other contexts such as for Django and flask through extensions.
Another one is if we exit the python ecosystem to use something like hasura or graphile, however it might not be worth the extra hassle with a larger toolchain required if we depend on these.
I was thinking to have something similar to the Schemathesis's internal test server, so it can be used as a pytest fixture with some configuration (e.g. different schemas for different tests)
I think that the easiest way will be to use graphene with Fast API, I am really keen to try it out :)
It will be really helpful to verify generated queries against a real GraphQL server
The text was updated successfully, but these errors were encountered: