Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.43 KB

apollo-server.md

File metadata and controls

20 lines (16 loc) · 1.43 KB

Bookmarks tagged [apollo-server]

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 ...


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...