Nuxt Apollo WS + Django 3 + Graphene #492
Unanswered
wlodevelopteam
asked this question in
Q&A
Replies: 1 comment
-
same problem |
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
Uh oh!
There was an error while loading. Please reload this page.
-
we create an app for instance messaging via subscriptions.
we used django as backend with below configurations:
Django==3.2
channels==3.0.5
graphql-ws==0.4.4
our test subscription is:
everything is ok in graphql ui via http://127.0.0.1:8000/graphql and below query:
subscription doCountSeconds { countSeconds(upTo:30) }
--> so we need call this from our frontend
and frontside use:
"@nuxtjs/apollo": "^5.0.0-alpha.5",
"nuxt": "^3.3.1"
and our nuxt configuration:
apollo plugin:
but we have two problem:
thank you
Beta Was this translation helpful? Give feedback.
All reactions