Back to Prisma1

03 Build Graphql Servers With Prisma FLOW F201

docs/1.29/get-started/03-build-graphql-servers-with-prisma-FLOW-f201.mdx

1.34.12806 B
Original Source

import QueryChooser from 'components/Markdown/QueryChooser' import Collapse from 'components/Markdown/Collapse' import Warning from 'components/Markdown/Warning'

export const meta = { title: 'Build an App', gettingStartedTitle: 'GraphQL API', position: 3, gettingStartedOrder: 1, nextText: 'Congratulations! 🚀 You made it through the quickstart tutorial and learned how to use Prisma and the Prisma client to build a GraphQL server.', technology: 'flow', technologyOrder: 3, articleGroup: 'Build an App', }

Coming soon

This tutorial is currently being worked on and will be published soon. In the meantime, feel free to explore the corresponding JavaScript tutorial and our Flow GraphQL server example.