Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Chapter 7 - GraphQL in the Real World

So far, you have designed a schema, constructed a GraphQL API, and implemented a client using Apollo Client and React. We've taken one complete full stack iteration with GraphQL and developed an understanding of how GraphQL APIs are consumed by clients. In this chapter, we'll prepare our GraphQL APIs and clients for production.

PhotoShare App

Resource Links

Subscriptions and File Uploads

Security and Monitoring

Related Projects

  • Schema Stitching: Create a single GraphQL schema from multiple GraphQL APIs.
  • Prisma: A tool that turns your existing database into a GraphQL API.
  • AWS AppSync: A suite of GraphQL tools from Amazon Web Services.

GraphQL on Slack

GraphQL Events