Skip to content

Tags: Michanne/graphql-core

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Development (Michannne#26)

* Michannne patch 1 (Michannne#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 (Michannne#25)

* Michannne patch 1 (Michannne#15) (Michannne#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