graphql-express.md

July 15, 2021 · View on GitHub

Bookmarks tagged [graphql-express]

www.codever.land/bookmarks/t/graphql-express

keycloak-connect-graphql - npm

https://www.npmjs.com/package/keycloak-connect-graphql

A comprehensive solution for adding keycloak Authentication and Authorization to your Express based GraphQL server.

Based on the keycloak-connect middleware for Express. Provides useful Authenticatio...


Eric Baer - The Evolution of API Design: From RPC to GraphQL | VueConf 2017 - 39min

https://www.youtube.com/watch?v=PmWho45WmQY

In his talk, Eric explored some of the new client-server interaction models that address today’s pressures and used history to understand the tradeoffs made at the transition between the previous desi...


GraphQL Server Basics: The Network Layer | Prisma

https://www.prisma.io/blog/graphql-server-basics-the-network-layer-51d97d21861

Focus on the network layer. In particular, how a GraphQL server responds to HTTP requests by processing the queries (or mutations) with the execution engine.

In the Node ecosystem, Express is by far ...