Open Lexicality opened 1 year ago
@Lexicality did you ever fix this?
What combo worked for you?
@Lexicality did you ever fix this?
What combo worked for you?
Nope! I simply gave up and used a variety of other libraries and my own code
seems like you need graphQL version 16: https://github.com/graphql/graphql-js/commit/4f21cdc1f1cbd5873735b8426f8aa8b2f8d5db8c
breaking change from graphql-scalars that takes advantage of it: https://github.com/Urigo/graphql-scalars/commit/0fb119aa21ef552ed00a65ea7ab813ff06473cc6
downgrading to graphql-scalars@1.21.3 fixes this
In that case it would be nice if the peer dependencies were updated to make that clearer.
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
Same as #1522 and #1195
To Reproduce Steps to reproduce the behavior:
npx tsc
Expected behavior
Typescript successfully builds
Environment:
Additional context