Overstacked
Docs
Let's take a look at what's coming up in this course.
We'll build out a framework for end-to-end testing our GraphQL server.
Learn how to write full end-to-end tests for GraphQL queries.
Learn how to write full end-to-end tests for GraphQL mutations.
Discover how to effectively test frontend code with GraphQL queries.
Configure the testing framework to run frontend tests.
Build a utility to mock graphql requests from the frontend.
Prepare React to manage frontend testing with GraphQL.
Implement tests for the frontend using our framework.
Learn how to use unions in GraphQL.
Learn how to implement unions in the Graph Hire app.
Learn how to use directives in GraphQL.
Learn how to implement directives in the Graph Hire app.
Learn how to use subscriptions in GraphQL.
Learn how to implement subscriptions in the Graph Hire app.
Tackle the right way to handle errors in a production GraphQL API.
Performance and error tracking for your GraphQL API.
Understand how to build a microservices architecture with GraphQL.
Build a series of subgraphs to build a microservices architecture.
Speed up your GraphQL API with server-side caching.