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
I'm trying out the codeine using SPM and I've found that the flag --customScalarsPrefix that we've been using is not available.
We use the --passthroughCustomScalars flag to define out own types for the scalars, and --customScalarsPrefix="Scalar." to prevent name conflicts between scalars and Foundation types. For example Scalar.Date is using a custom struct for year, month, day and shouldn't conflict with Foundation.Date
The text was updated successfully, but these errors were encountered:
I'm trying out the codeine using SPM and I've found that the flag
--customScalarsPrefix
that we've been using is not available.We use the
--passthroughCustomScalars
flag to define out own types for the scalars, and--customScalarsPrefix="Scalar."
to prevent name conflicts between scalars and Foundation types. For exampleScalar.Date
is using a custom struct for year, month, day and shouldn't conflict withFoundation.Date
The text was updated successfully, but these errors were encountered: