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/tutorials
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: d3249/tutorials
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 11, 2020

  1. Update dependencies versions

    Removes dependency of graphql-java since it's referenced by graphql-java-spring-boot-starter-webmvc.
    
    gpraphql-java-spring-boot-starter-webmvc version updated from 1.0 to 2.0
    d3249 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5b1ae7a View commit details
    Browse the repository at this point in the history
  2. GraphQLProvider refactoring

    The class annotation is changed from @component to @configuration since it's more suitable for Bean declaration. It also removes the attribute graphQL: GraphQL since it's no longer necessary.
    
    The sdl is loaded as an InputStream since it's no longer needed to be passed as a String to SchemaParser::parse method.
    d3249 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    bfbaa2b View commit details
    Browse the repository at this point in the history
  3. GraphQLProvider refactoring

    TypeDefinitionRegistry instantiation is extracted to an independent method for clarity.
    d3249 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    586a10f View commit details
    Browse the repository at this point in the history
Loading