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
Someone deleted their comment, but to give some more context, I have this in my pyproject.toml:
[tool.ariadne-codegen.scalars.DateTime]
type = "pydantic.AwareDatetime"
When not using custom operations, this works great. However when it generates the files for the custom operations, this does not get imported in those spesific files, so it is impossible to import the module without errors.
When using custom operations, the files generated doesn't include the import statements for custom scalars that have been defined.
The text was updated successfully, but these errors were encountered: