You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---Describe the bug
Generated types aren't used by VS Code, so there are no any auto-completion options showing
To Reproduce
My case
Run API, then generate types using pnpx ts-graphql-plugin typegen
Clone two repos, build api, launch it, then build frontend
API
git clone https://github.com/komfy/api.git
cd api
go mod download
go run dev-server/server.go
Frontend
git clone https://github.com/komfy/frontend.git
cd frontend
pnpm i # or npm i
pnpm run dev # or npm run dev
pnpx ts-graphql-plugin typegen # or npx ts-graphql-plugin typegen
Expected behavior
I expected my exported types to autocomplete my queries
Debug log
The text was updated successfully, but these errors were encountered:
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---Describe the bug
Generated types aren't used by VS Code, so there are no any auto-completion options showing
To Reproduce
My case
pnpx ts-graphql-plugin typegen
Manual installation
Clone two repos, build api, launch it, then build frontend
Expected behavior
I expected my exported types to autocomplete my queries
Debug log
The text was updated successfully, but these errors were encountered: