1
0
mirror of synced 2025-12-25 11:00:31 -05:00
Files
blitz/recipes/graphql-apollo-server
2025-02-24 18:57:28 +05:30
..
2022-10-03 09:21:45 -04:00
2022-10-11 17:48:40 +08:00
2025-02-24 18:57:28 +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