ValueTypes and custom scalar mapping #311
Unanswered
martinsura
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Quick question: I have custom scalar for example AppString and mapping
All works as expected (btw this is superb feature!), but I have problem with typescript mapping in ValueTypes.
For example
And LoginInput is defined as
Well autocomplete works fine but all string are mapped as unknown.
Is there any workaround?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions