Skip to content

Asyncio Support #162

Jul 21, 2021 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

Our core does not do I/O, it's more on how to generate the operation string and how to parse the results into an easy to use structure.

We do offer some endpoints to make it simpler and none of them use asyncio yet, but it's a matter of writing that code. See https://github.com/profusion/sgqlc/blob/master/sgqlc/endpoint/http.py you may create something like that on top of the asyncio http module.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@YassineElbouchaibi
Comment options

@barbieri
Comment options

@marcovc
Comment options

@barbieri
Comment options

@geekscrapy
Comment options

Answer selected by YassineElbouchaibi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants