Blog
Stay up to date with the latest from Prisma. Guides, announcements, and articles about Prisma, ORMs, databases, and the data access layer.
Tutorial: Render Props in React Apollo 2.1
Learn how to use the React Apollo 2.1 render props API in a full-stack GraphQL tutorial.


Reasons to use GraphQL | Top 5 Reasons Why and How to use GraphQL
Learn five reasons to use GraphQL and how it can improve flexibility, developer experience, and API efficiency.


GraphQL Directive Permissions — Authorization Made Easy
Learn how GraphQL directive permissions provide a declarative way to implement authorization rules and protect data in GraphQL servers.


How to wrap a REST API with GraphQL - A 3-step tutorial
Learn how to wrap a REST API with GraphQL in three steps and expose a more flexible query interface for clients.


GraphQL Basics: Demystifying the `info` Argument in GraphQL Resolvers
Learn what the `info` argument in GraphQL resolvers contains and how it helps with selection sets, execution context, and server internals.


GraphQL Schema Stitching explained: Schema Delegation
Understand GraphQL schema delegation and how schema stitching combines multiple services into a unified GraphQL API.


How do GraphQL remote schemas work?
Learn how GraphQL remote schemas work and how schema stitching can combine data from multiple GraphQL services.


GraphQL Server Basics: The Network Layer
Learn how the network layer controls request handling, transport, and execution flow in GraphQL server implementations.


Enabling CORS for Express-GraphQL & Apollo Server | Prisma
Learn how to enable CORS in Express-GraphQL and Apollo Server so browser clients can safely call your GraphQL API across origins.


GraphQL Server Basics: GraphQL Schemas, TypeDefs & Resolvers Explained
Learn the basics of GraphQL schemas, type definitions, and resolvers, and how they fit together in GraphQL server development.


All you need to know about Apollo Client 2
Learn about Apollo Client 2.0, including Apollo Link, local state management, cache updates, and the biggest changes from earlier Apollo Client releases.


New Tooling to Improve Your GraphQL Workflows
Explore new GraphQL tooling like GraphQL Config and related libraries that improve project setup, tooling integration, and workflows.
