Back to Prisma1

03 Build Graphql Servers With Prisma GO G201

docs/1.22/get-started/03-build-graphql-servers-with-prisma-GO-g201.mdx

1.34.12873 B
Original Source

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

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: 'go', technologyOrder: 4, articleGroup: 'Build an App', }

Coming soon

This tutorial is currently being worked on and will be published soon. In the meantime you can check out our GraphQL server example for Go or learn more building type-safe GraphQL servers using Go here.