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: graphql-java/graphql-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v19.1
Choose a base ref
...
head repository: graphql-java/graphql-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v19.2
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Sep 7, 2022

  1. Stable fix for #2943 (#2943)

    Merge pull request #2934 from graphql-java/Renamed_scalar_still_present_in_the_schema_if_used_as_directive_argument
    
    Reproduction of renaming scalars and applied directives bug
    # Conflicts:
    #	src/test/groovy/graphql/schema/SchemaTransformerTest.groovy
    bbakerman authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    919347c View commit details
    Browse the repository at this point in the history
  2. Stable port of Fix field visibility bug with enum with enum args (#2926

    …) (#2944)
    
    Fixes a bug that happened when the field visibility transformation
    was applied to a schema that has some type(s) reachable only via
    directive definitions.
    bbakerman authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    355fbbf View commit details
    Browse the repository at this point in the history
  3. Stable port of Fix printing directives when they contain something li…

    …ke a formatting specifier (#2919) (#2920) (#2945)
    bbakerman authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    cef3343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9afe704 View commit details
    Browse the repository at this point in the history
  5. Stable port of #2940 (#2947)

    Fix bug where parsing a sdl with @Skip definition would result in 2 directive definitions on the GraphQLSchema (#2940)
    bbakerman authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    db56490 View commit details
    Browse the repository at this point in the history
Loading