Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Michannne/graphql-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Michannne/graphql-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 14 files changed
  • 1 contributor

Commits on May 3, 2019

  1. 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
    Michannne authored May 3, 2019
    Configuration menu
    Copy the full SHA
    8376398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a2ace View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. 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
    Michannne authored May 31, 2019
    Configuration menu
    Copy the full SHA
    f159714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4242b60 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Development (#26) (#29)

    * 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
    Michannne authored Jun 7, 2019
    Configuration menu
    Copy the full SHA
    866e4fa View commit details
    Browse the repository at this point in the history
Loading