Augmentation of Filters with Custom Scalar fails
Opened this issue · 1 comments
mobsean commented
Hey,
I´m using neo4j-graphql-js: 2.8.0
and graphql-scalars: 1.0.4
.
I imported UnsignedInt custom Type (scalar UnsignedInt
) and use it as a property on my nodes.
Everything works fine with this except the augmentation of Input _MyNameFilter
. They just won´t get generated by default.
Btw: the enum _MyNameOrdering works fine!
michaeldgraham commented