Sdu
Results
33
comments of
Sdu
I'll look into this. I'll create a stackblitz repository to try and reproduce
I've been failing to create a stackblitz repo for this so I haven't been able to do anything. But this should only affect types and not the functionality?? I'll try...
As a work around @awdr74100 Please create a declaration file anywhere in your project, e.g. `temp.d.ts` and add the following ```typescript declare module '#graphql/schema' { export const schema: string }...