← Back to Blog
Series · 3 parts

Code-first GraphQL server development with Nexus

Build code-first GraphQL servers with Nexus, from the problems of schema-first to using Nexus with a database.

January 31, 2019

The Problems of "Schema-First" GraphQL Server Development

Explore the limitations of schema-first GraphQL server development and the case for code-first alternatives like GraphQL Nexus.

February 7, 2019

Introducing GraphQL Nexus: Code-First GraphQL Server Development

Meet GraphQL Nexus, a code-first library for building GraphQL servers with type-safe schemas and a better developer workflow.

February 12, 2019

Using GraphQL Nexus with a Database

Learn how to connect GraphQL Nexus to a database with Prisma Client and the Nexus Prisma plugin.