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
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
We should type alias (ex. type DateTime = string) custom scalars that do not have native JS equivalents to string's (eventually we could support the providing of custom serde functions to allow representation of custom scalars with richer types).
We should type alias (ex.
type DateTime = string
) custom scalars that do not have native JS equivalents tostring
's (eventually we could support the providing of custom serde functions to allow representation of custom scalars with richer types).Kraphql Example
The text was updated successfully, but these errors were encountered: