feat: introducing self hosted admin dashboard package (#12)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2ba05a46ee
commit
3f59597864
13
packages/hoppscotch-sh-admin/gql-codegen.yml
Normal file
13
packages/hoppscotch-sh-admin/gql-codegen.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
overwrite: true
|
||||
schema: ${VITE_BACKEND_GQL_URL}
|
||||
generates:
|
||||
src/helpers/backend/graphql.ts:
|
||||
documents: 'src/**/*.graphql'
|
||||
plugins:
|
||||
- 'typescript'
|
||||
- 'typescript-operations'
|
||||
- 'typed-document-node'
|
||||
- 'urql-introspection'
|
||||
src/helpers/backend/graphql.schema.json:
|
||||
plugins:
|
||||
- 'introspection'
|
||||
Reference in New Issue
Block a user