feat: introduce gql schema sdl generation to the backend (#35)

* feat: introduce gql schema sdl generation to the backend

* chore: update gql-codegen consumers to get schema from generated sdl

* chore: hoppscotch-backend generates gql sdl on postinstall

* fix: add back missed part of generate-gql-sdl script

* chore: updated generate sdl script to hardcode whitelisted domains

* chore: add prisma generate on postinstall script

---------

Co-authored-by: ankitsridhar16 <ankit.sridhar16@gmail.com>
This commit is contained in:
Andrew Bastin
2023-03-13 18:52:50 +05:30
committed by GitHub
parent 44402ac6e1
commit 65719b560b
9 changed files with 120 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
overwrite: true
schema:
- ${VITE_BACKEND_GQL_URL}
schema: "../../gql-gen/*.gql"
generates:
src/helpers/backend/graphql.ts:
documents: "src/**/*.graphql"