2dev@blog: ~/software/graphql/

root@2dev:~$ cat about.txt

2dev blog

.NET development · Embedded development · Hosting solutions

GraphQL

Gave a presentation to colleagues today about GraphQL. It's an interesting technology for exposing all kinds of web (micro)services through a single API. The request can specify exactly which objects and fields should be included in the response. Ideal for an application with multiple front-ends, such as a website, mobile app, or TV, each with their own constraints on how data is displayed.

More info: https://graphql.org/