1
0
mirror of synced 2025-12-25 20:00:13 -05:00
Files
blitz/recipes/graphql-apollo-server
github-actions[bot] 3f239e78b6 Version Packages (#4379)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-08 19:15:27 +05:30
..
2022-10-03 09:21:45 -04:00
2022-10-11 17:48:40 +08:00
2024-10-08 19:15:27 +05:30
2022-10-03 09:21:45 -04:00

graphql-apollo-server

The Blitz Recipe for creating a GraphQL API endpoint with blitz

Installation

blitz install graphql-apollo-server

Post-Installation steps

After installing the recipe, you have to run the following command to generate the graphql schema.

blitz prisma generate

more information

contributors