add support for custom scalars -- mainly adding proper import machinery

This commit is contained in:
Ben Kraft
2021-04-08 13:07:31 -07:00
parent e68787ad35
commit b4e8316c6a
31 changed files with 283 additions and 89 deletions
-1
View File
@@ -112,7 +112,6 @@ Config options:
- whether names should be exported
- default handling for optional fields? (maybe generate a HasFoo, you can always ignore if you don't care)
- generate mocks?
- custom scalar types (or custom mappings for standard scalars, if you want a special ID type say)
Runtime:
- (+) basic tests for graphql package