uladkasach / schematic-graphql-model

Extend this model class with your graphql schema to enable object validation (for more explanatory error messages & default resolvers) as well as simpler schema composition.
0 stars 0 forks source link

refactor code to be more maintainable and simpler to understand #4

Open uladkasach opened 5 years ago

uladkasach commented 5 years ago

there are lots of things that can be done to make the code easier to work with, #1 (Adding typescript) would be a good start.

uladkasach commented 5 years ago

mocked (or at least better concern-seperated) unit tests and seperate integration tests / acceptance tests would be a great next step