avatar deldreth
Walter Melon
2018
Article thumbnail

GraphQL primer part two

Previously, I covered the basics of GraphQL schema definition including types, queries, and mutations. In part two I'll be diving into creating a GraphQL service and server with Prisma, MySQL, and Apollo Server.

graphql schema api
Article thumbnail

Rapid prototyping with AWS AppSync and serverless

Sometimes you need to be able to prototype an application or portion of one quickly and your data/access layer shouldn't get in the way. Fortunately, AWS AppSync makes this wholly simple.

30 minutes graphql serverless aws appsync
Article thumbnail

GraphQL primer part one

In November I'll be giving a talk about GraphQL to the Asheville Javascript Developers group. From schema definition to its use in today's applications. This is part one of three of what will become that talk.

graphql schema api
Article thumbnail

Filtering Gatsby blog results

Gatsby ships and uses an incredibly powerful transformer built on top of remark to allow one to filter results based on front matter and other parts of parsed markdown.

graphql gatsby react