This repository was archived by the owner on Apr 3, 2024. It is now read-only.
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
[codegen] improve importing types from generated file #86
Open
Description
This way user can just import the file directly
import { MyQuery } from 'gatsby-ts'
Instead of the ../../..
they're doing now.
Also avoid the confusion shown in #85