Skip to content

Latest commit

History

History
35 lines (25 loc) 路 1.29 KB

File metadata and controls

35 lines (25 loc) 路 1.29 KB

GraphQL Server Example

This example shows how to implement a GraphQL server with TypeScript with the following stack:

Contents

_INLINE(../setup-0.md) npx try-prisma@latest --template typescript/graphql _INLINE(../setup-1.md) cd graphql _INLINE(../setup-2.md) cd prisma-examples/typescript/graphql _INLINE(../setup-3.md)

_INLINE(../../start-graphql-server.md)

_INLINE(../../using-the-graphql-api.md)

_INLINE(../evolving-the-app-graphql-pothos.md)

_INLINE(../../switching-databases.md)

_INLINE(../../next-steps.md)