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

Add subscriptions to advanced #94

Open
marktani opened this issue Jan 3, 2018 · 0 comments
Open

Add subscriptions to advanced #94

marktani opened this issue Jan 3, 2018 · 0 comments

Comments

@marktani
Copy link
Contributor

marktani commented Jan 3, 2018

example:

import { Context } from '../utils'

export const Subscription = {
  city: {
    subscribe: async (parent, args, ctx: Context, info) => {
      return ctx.db.subscription.city({}, info)
    },
  },
}
@marktani marktani self-assigned this Jan 5, 2018
@marktani marktani removed their assignment Jan 22, 2018
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

1 participant