Exploring GraphQL Use Cases

Let’s run you through some of the basics of GraphQL, and when and why it might suit your environment better than REST.

How to add REST API upsert support

Let’s add REST API upsert support – an insert statement with additional logic that ensures the new row will be updated if it already exists.