graphql

Philly ETE 2020 – Mike Wenger – Times When GraphQL Really Shines

Check out our YouTube playlist to watch all the talks from Emerging Technologies for the Enterprise 2020. Abstract A RESTful API and a GraphQL API are often viewed as two interchangeable approaches to achieve the same thing, make data available to a client. After building out a clinical trial matching API to help match patients … Read More

GraphQL, the new Contender to REST

The Representative State Transfer (REST) protocol has been the king of remote access protocols for web applications for well over a decade. The general pattern: expose “nouns” (Customers, Activities, Employees, Tasks, Sasquatches) as URLs (/api/sasquatch/32) and access them via HTTP “verbs” such as “GET”, “POST” (create), “PUT” (update), or “DELETE” (umm, well…). The content type … Read More

Philly ETE 2019 – Ken Rimple – Making SPA Smarter with GraphQL

Abstract GraphQL is a client/server API specification for submitting queries, updates and subscribing to data, and it’s been an interesting replacement technology for JSON in single page applications. Originally created for the Facebook application in 2012, it began life serving the graph of connections between people, posts, and other related data. Ultimately, Facebook open-sourced the … Read More