Code-Hex / graphql-codegen-typescript-validation-schema

GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema
MIT License
315 stars 42 forks source link

feat: allows for passthrough of a default/fallback scalar type #847

Closed jocisneros closed 4 days ago

jocisneros commented 4 weeks ago

similar to my namespace imports pr. working with huge graphs can cause issues with lots of undefined scalar types, resulting in [object Object] being filled in.

This PR allows for a default fallback to still allow the schemas to be built.