apollo-server.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [apollo-server]
www.codever.land/bookmarks/t/apollo-server
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 ...
- :calendar: published on: 2017-11-28
- tags: graphql, graphql-express, apollo-server
Introduction to Apollo Server
https://www.apollographql.com/docs/apollo-server/
Apollo Server is an open-source, spec-compliant GraphQL server that's compatible with any GraphQL client, including Apollo Client. It's the best way to build a production-ready, self-documenting Graph...
- tags: graphql, javascript, docs, apollo-server, typescript
- :octocat: source code