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: vektah/gqlparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.5
Choose a base ref
...
head repository: vektah/gqlparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.6
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 25, 2022

  1. Check for non-enum values on validation (#227)

    * check for non enum values on validation
    
    * add newline to end of schema_test.yml
    ameyarao98 authored Jun 25, 2022
    Configuration menu
    Copy the full SHA
    48f5a86 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Replace deprecated ioutil pkg with os & io (#228)

    As of Go 1.16, the same functionality is now provided by package io or
    package os, and those implementations should be preferred in new code.
    
    So replacing all usage of ioutil pkg with io & os.
    abhinavnair authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    6498086 View commit details
    Browse the repository at this point in the history
Loading