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
I'm trying out the codeine using SPM and I've found that the flag
--customScalarsPrefixthat we've been using is not available.We use the
--passthroughCustomScalarsflag to define out own types for the scalars, and--customScalarsPrefix="Scalar."to prevent name conflicts between scalars and Foundation types. For exampleScalar.Dateis using a custom struct for year, month, day and shouldn't conflict withFoundation.Date