Blog
Stay up to date with the latest from Prisma. Guides, announcements, and articles about Prisma, ORMs, databases, and the data access layer.

Getting Started with Relay Modern
Follow a step-by-step tutorial for building an Instagram-style app with Relay Modern, GraphQL, and Create React App.


Relay Modern’s @connection directive
Learn how Relay Modern's @connection directive works and how it helps manage pagination and cache behavior in client apps.


GraphQL vs Firebase
Compare GraphQL and Firebase across data modeling, realtime features, backend flexibility, and tradeoffs for modern app development.


GraphQL SDL — Schema Definition Language
Learn the GraphQL Schema Definition Language (SDL) and how it is used to define types, fields, arguments, and relationships in GraphQL schemas.


Relay vs Apollo - Comparing GraphQL clients for React apps
Compare Relay and Apollo for React GraphQL apps, including their tradeoffs in caching, tooling, and developer experience.


How to use `create-react-native-app` with GraphQL & Apollo
Learn how to build an Instagram-style React Native app with Create React Native App, GraphQL, and Apollo.


How to use `create-react-app` with GraphQL & Apollo
Learn how to build an Instagram-style app with Create React App, GraphQL, and Apollo.


How to build a Real-Time Chat with GraphQL Subscriptions and Apollo 🌍
Build a real-time chat app with GraphQL subscriptions, Apollo, and live location updates on a shared map.


Improving Performance with Apollo Query Batching
Learn how Apollo query batching reduces network overhead and improves performance in complex GraphQL applications.



Connections, Edges & Nodes in Relay
Learn how Relay uses connections, edges, and nodes to model relationships and pagination on top of GraphQL schemas.

