Hi, I'm trying to get types generated for my root query in gatsby-node.ts.
Somehow this seems to not work. I used a query name (e.g. query GatsbyNode ...) as with all my other queries. All other type generation works fine, just not the gatsby-node.ts ones.
What am I doing wrong here
Hi, I'm trying to get types generated for my root query in gatsby-node.ts.
Somehow this seems to not work. I used a query name (e.g.
query GatsbyNode ...) as with all my other queries. All other type generation works fine, just not the gatsby-node.ts ones.What am I doing wrong here