Any up to date tutorials/codebases for Meteor/Apollo

Hi all! I was a little surprised due to the number of people who are using Apollo within Meteor now that there aren’t too many examples (at least that I can find) that are using this stack.

As a newcomer to Apollo/GraphQL but not to Meteor, I’m still a little confused how to handle the data side of things, are we still using the traditional Meteor/Mongo collections and replacing Meteor methods with resolvers?

It would be great to see a basic example either from the community or anything else anyone was happy to share just to get up and running. Thanks for reading!

I have read this article which does a good job of showing how to get the basics set up but I’m not quite sure where to go next!
https://www.apollographql.com/docs/react/v3.0-beta/integrations/meteor/