-
Hi, I'm Sambo, I have a problem with subscriptions endpoint and I don't know how to expose it. Because I saw only /graphql was exposed in logs. As that I cannot use data fetcher with subscription. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
sombochea
Aug 11, 2021
Replies: 1 comment
-
I found it here. In gradle build: implementation 'com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure:4.5.0' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sombochea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it here.
https://netflix.github.io/dgs/advanced/subscriptions
In gradle build:
implementation 'com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure:4.5.0'