remorses / genql

Type safe TypeScript client for any GraphQL API
https://genql.dev
MIT License
873 stars 37 forks source link

__scalar does not include custom scalars #155

Closed jasonkuhrt closed 8 months ago

jasonkuhrt commented 9 months ago

When custom scalars are being used, they are not included by __scalars magic property.

remorses commented 8 months ago

Tried this in https://github.com/remorses/genql/commit/95e94d2b935ee3fff8f707a8682f46c5273080f8 and can't reproduce