Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 419 Bytes

Orionsoft Apollo

A better Apollo integration for Meteor.

meteor add orionsoft:apollo

Why it's better?

  • Same API.

  • Official Apollo integration it's not very updated.

  • This package passes the userId to methods.

Why do I need to pass the userId to methods?

So you can use this.userId in your meteor methods and also use packages matb33:collection-hooks out of the box.