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

feat(GraphQL): Turn on subscriptions and adds directive to control Subscription generation. (#5715) #5856

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

JatinDev543
Copy link
Contributor

@JatinDev543 JatinDev543 commented Jul 7, 2020

This PR enables GraphQL subscriptions (the code was previously completed but disabled) and adds an @withSubscription directive to types that controls which types get subscriptions generated - previously all types got subscriptions generated.

(cherry picked from commit 64e8518)


This change is Reviewable

Docs Preview: Dgraph Preview

…bscription generation. (#5715)

This PR enables GraphQL subscriptions (the code was previously completed but disabled) and adds an @withSubscription directive to types that controls which types get subscriptions generated - previously all types got subscriptions generated.

(cherry picked from commit 64e8518)
@github-actions github-actions bot added the area/graphql Issues related to GraphQL support on Dgraph. label Jul 7, 2020
@JatinDev543 JatinDev543 changed the title feat(GraphQL): Turn on subscriptions and adds directive to control su… feat(GraphQL): Turn on subscriptions and adds directive to control Subscription generation. (#5715) Jul 7, 2020
@JatinDev543 JatinDev543 merged commit e7e84c7 into release/v20.07 Jul 7, 2020
@JatinDev543 JatinDev543 deleted the jatin/cherryPick-Subscriptions branch July 7, 2020 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/graphql Issues related to GraphQL support on Dgraph.
Development

Successfully merging this pull request may close these issues.

1 participant