notebook GraphQL Schema Design for Returning Lists of Things How to define a graphQL type and build a schema that will return an instance or collection of the same type. Dummy data const people = [ { "_id": "1", "firstName": "John", "lastName": "Masse" }, { "
es2015 Getting Started with ES2015 Stepping into ES2015 Here is a starter guide I had put together to help people get to know at least some of the more common constructs found in ES2015 / ES6.
meteor.js Meteor methods: How to provide a callback for error and success scenerios In this tutorial will make the following assumptions: That we have a document set we are acting upon that is provided the Schedule symbol to be acted against. This is
meteor.js Meteor and MongoDB: Dynamically updating properties of objects nested within an array Before we get into some of the code we will make the following assumptions: Our document set is named Schedule We are using ES2015+ Take this example document structure: { _id: