TypeError from asyncio
package when implementing Subscriptions
#881
Unanswered
deojonathan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement graphql subscriptions within our app, and I've been testing it using Ariadne's GraphQL playground.
Whenever I try to execute the statement above, I always receive this response:
I also noticed these logs emitted by the running (local) uvicorn server:
uvicorn logs
Setup
We're using the Starlette framework, the code snippets below show how I'm setting it up currently.
graphql.py
server.py
resolvers.py
pyproject.toml
Any ideas on what may cause this
TypeError
issue? 🙏Beta Was this translation helpful? Give feedback.
All reactions