feat: migrate to vue 3 + vite (#2553)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com>
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
overwrite: true
|
||||
schema: https://api.hoppscotch.io/graphql
|
||||
generates:
|
||||
helpers/backend/graphql.ts:
|
||||
documents: "**/*.graphql"
|
||||
src/helpers/backend/graphql.ts:
|
||||
documents: "src/**/*.graphql"
|
||||
plugins:
|
||||
- add:
|
||||
content: // Auto-generated file (DO NOT EDIT!!!), refer gql-codegen.yml
|
||||
content: >
|
||||
// Auto-generated file (DO NOT EDIT!!!), refer gql-codegen.yml
|
||||
/* eslint-disable */
|
||||
- typescript
|
||||
- typescript-operations
|
||||
- typed-document-node
|
||||
- typescript-urql-graphcache
|
||||
|
||||
helpers/backend/backend-schema.json:
|
||||
src/helpers/backend/backend-schema.json:
|
||||
plugins:
|
||||
- urql-introspection
|
||||
|
||||
Reference in New Issue
Block a user