graphql-crystal
graphql-crystal copied to clipboard
Types Cleanup & Method Overloading
Hey, I was going through the lib trying to understand it. I noticed there was a lot of methods that checked types and did something based on the result. I took advantage of crystals method overloading to break up those methods and make them a little bit easier to understand.
All tests pass & compilation time is a little bit faster. Please let me know what you think!