* Michannne patch 1 (#15)
* Add travis config file
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Micah/try fix asm generation (#25)
* Michannne patch 1 (#15) (#17)
* Add travis config file
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Changes to Asm Generation
* Fix test
* Fixed issue with enumerations not being stored as singletons
* Extended test checking to check if Query resolves
Used new test to fix issues with newly added types
Added method to resolve unsupported value type conversions in GraphQL.NET
* Polished unit tests
Fixed cyclical graph type reference
Added exception handling
* Fix stitch issue encountered in client code
* Fixing stitching functionality
Added helper extensions to find base generic type
Added some minor exception handling