What happens with Meteor's pub/sub if you implement GraphQL or Falcor?

I’m looking to implement GraphQL into my React + Meteor + Redux application.

From what I understand, GraphQL will make will make DB data available in my Redux state pretty easily, so I’m not sure where the traditional Meteor’s pub/sub fits into this.

Anyone here that can help me out conceptually?

@rdickert wrote https://blog.meteor.com/use-graphql-to-load-from-any-database-in-your-meteor-app-ab458925da78

It should continue working fine. You would just be using both systems.

In VulcanJS we still use pub/sub for user accounts, and GraphQL for everything else.