building-envelope-data / database

Reference implementation of a product data server as part of the product data network buildingenvelopedata.org
MIT License
0 stars 0 forks source link

Upgrade frontend packages to latest versions #56

Open simon-wacker opened 6 months ago

simon-wacker commented 6 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?