Prisma
Page 24 of 25

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
March 27, 2018

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.

Nikolas Burk
Nikolas Burk
Reasons to use GraphQL | Top 5 Reasons Why and How to use GraphQL
March 20, 2018

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.

Nikolas Burk
Nikolas Burk
GraphQL Directive Permissions — Authorization Made Easy
March 1, 2018

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.

Dennis Walsh
Dennis Walsh
How to wrap a REST API with GraphQL - A 3-step tutorial
February 22, 2018

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.

Nikolas Burk
Nikolas Burk
GraphQL Basics: Demystifying the `info` Argument in GraphQL Resolvers
February 6, 2018

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.

Nikolas Burk
Nikolas Burk
GraphQL Schema Stitching explained: Schema Delegation
December 12, 2017

GraphQL Schema Stitching explained: Schema Delegation

Understand GraphQL schema delegation and how schema stitching combines multiple services into a unified GraphQL API.

Nikolas Burk
Nikolas Burk
How do GraphQL remote schemas work?
December 6, 2017

How do GraphQL remote schemas work?

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

Nikolas Burk
Nikolas Burk
GraphQL Server Basics: The Network Layer
November 28, 2017

GraphQL Server Basics: The Network Layer

Learn how the network layer controls request handling, transport, and execution flow in GraphQL server implementations.

Nikolas Burk
Nikolas Burk
Enabling CORS for Express-GraphQL & Apollo Server | Prisma
November 22, 2017

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.

Nikolas Burk
Nikolas Burk
GraphQL Server Basics: GraphQL Schemas, TypeDefs & Resolvers Explained
November 14, 2017

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.

Nikolas Burk
Nikolas Burk
All you need to know about Apollo Client 2
November 7, 2017

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.

Nikolas Burk
Nikolas Burk
New Tooling to Improve Your GraphQL Workflows
August 1, 2017

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.

Nikolas Burk
Nikolas Burk