Thinkmill / ts-gql

Write GraphQL queries with a gql tag in TypeScript -> have generated types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support a separate configuration file

Newbie012 opened this issue · comments

The title is pretty much talks for itself. In my personal use case, I'm using brand types as scalar types (e.g PostId, UserId, etc). These scalars can get large pretty quickly.

I can make a pr for this if you want.