Matteo Demicheli
Matteo Demicheli
To provide a good example of how to work with the account system + EasySearch
So that incrementally changing from graphqlizer CRUD to more complex schemas doesn't result in unreadable code. Also eliminate graphqlContext. https://gist.github.com/matteodem/9afd3b5401a9aa0127f3cf459a6a0b1a ## TODO * [x] Add tests * [x] Add new...
https://www.npmjs.com/package/simpl-schema
describe how to search in related fields with [$lookup](https://docs.mongodb.com/master/reference/operator/aggregation/lookup/#pipe._S_lookup). ```js import { Meteor } from 'meteor/meteor' export const findRelatedFieldDocuments = Meteor.wrapAsync((data, cb) => { const { collection, from, localField, foreignField,...
* do this after #114 * refactor to only (or mostly) use GraphQL api with no framework specific solution * do not make it framework specific * keep it easy...
after v1 is released split up the package into: - **comments-base**: contains business logic, aka collections, publications and so on - **anonymous-user**: anonymous users without changing meteor core logic
Add feature to mark comments as spam or offensive, and provide a JS Api that makes an admin (see #77) easier to implement.
http://www.meteorcharts.com/
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...