Skip to content
New issue

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

Lack of documentation for subscriptions #648

Closed
artsiomkaltovich opened this issue Aug 13, 2021 · 1 comment
Closed

Lack of documentation for subscriptions #648

artsiomkaltovich opened this issue Aug 13, 2021 · 1 comment

Comments

@artsiomkaltovich
Copy link

Hello.

Thank you for your library, I am new here, so sorry for the probably dumb question.

I am learning https://ariadnegraphql.org/docs/subscriptions.html example, but I can't find out how to run it. :)

I guess the example lacks the "How to Run" section.

I run the app with

if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)

But I still can't figure out how to subscribe

image

Regards.

@rafalp
Copy link
Contributor

rafalp commented Aug 24, 2021

Hi. Do you mean that when you enter subscribe { counter } it doesn't yield any query results?

@rafalp rafalp closed this as completed Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants