1
0
mirror of synced 2025-12-26 05:00:15 -05:00
Files
blitz/recipes/graphql-apollo-server
github-actions[bot] 474b5494ac Version Packages (beta) (#3977)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-22 16:09:29 -05:00
..
2022-10-03 09:21:45 -04:00
2022-10-11 17:48:40 +08:00
2022-10-03 09:21:45 -04:00
2022-11-22 16:09:29 -05:00
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