John Masse
  • Home
  • About
Subscribe
Tagged

GraphQL

A collection of 2 posts

Bullet proof your technology stack with GraphQL
GraphQL

Bullet proof your technology stack with GraphQL

It has taken a little time for technology like GraphQL to settle in. I find myself in conversations with folks about the use of GraphQL and whether or not it makes sense to use for their project. Maybe GraphQL is good for you, perhaps it is too soon - but

  • John Masse
John Masse Jul 7, 2017 • 8 min read
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" }, { "_id": "2", "

  • John Masse
John Masse Aug 29, 2016 • 1 min read
John Masse © 2022
Powered by Ghost