building-envelope-data / metabase

Metabase of the product data network buildingenvelopedata.org
2 stars 3 forks source link

Upgrade frontend packages to latest versions #175

Open simon-wacker opened 9 months ago

simon-wacker commented 9 months ago

The latest GraphQL code generator distinguishes between input and output types for scalars. According to https://github.com/dotansimha/graphql-code-generator/issues/9547, they should be used via 'Types.Scalars[\'Custom\'][\'input\']',. The library graphql-let doesn't do that yet, resulting in type errors. Shall we ditch graphql-let and use GraphQL Code Generator directly?