Replies: 1 comment
-
Ariadne Codegen uses HTTPX. We should update readme to mention that. |
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
-
The README for ariadne-codegen mentions that you can pass a custom HTTP client for complex scenarios, but it doesn't provide any guidance beyond the one-line code snippet:
Where can I find documentation or examples of how to implement such a CustomComplexHttpClient class? Presumably it needs to conform to some sort of interface. Where is that interface defined? What methods need to exist on this class?
Beta Was this translation helpful? Give feedback.
All reactions