app-sre / qenerate

Code Generator for GraphQL Query and Fragment Data Classes
Apache License 2.0
10 stars 7 forks source link

#67 map str as default for scalars #70

Closed fishi0x01 closed 1 year ago

fishi0x01 commented 1 year ago

We should map unknown custom scalars to str. Further, the documentation should highlight that pydantic_v1 is opinionated towards supporting common custom scalars defined in https://the-guild.dev/graphql/scalars/docs

fixes #67