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 Mar 26, 2024. It is now read-only.
I've been trying to get codegen up and running with the Sanity Connect for Shopify starter and I'm running into some issues. Some of the object definitions contain periods to namespace fields e.g. seo.singleton. When used to create type names this is throwing a syntax error.
Is it possible to add support for converting . in field names to an underscore or dropping it all together to avoid this issue?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been trying to get codegen up and running with the Sanity Connect for Shopify starter and I'm running into some issues. Some of the object definitions contain periods to namespace fields e.g.
seo.singleton
. When used to create type names this is throwing a syntax error.Is it possible to add support for converting
.
in field names to an underscore or dropping it all together to avoid this issue?The text was updated successfully, but these errors were encountered: