You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using custom scalars, we need 2 methods, one to map value when data is received by the backend (parse), another method to serialize value, which is used to send the data to the backend.
How can I achieve with using custom scalar exchange? Docs do not specify anything about this and also couldn't find anything in closed/open issues.
Can someone help?
The text was updated successfully, but these errors were encountered:
This library only supports turning scalars into JavaScript objects and not the other way around. You will need to implement mutations yourself. Also see #8
Hi,
When using custom scalars, we need 2 methods, one to map value when data is received by the backend (parse), another method to serialize value, which is used to send the data to the backend.
How can I achieve with using custom scalar exchange? Docs do not specify anything about this and also couldn't find anything in closed/open issues.
Can someone help?
The text was updated successfully, but these errors were encountered: