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: master
Choose a base ref
...
head repository: guy120494/graphql-java
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.
  • 8 commits
  • 3 files changed
  • 1 contributor

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    d7f2fdc View commit details
    Browse the repository at this point in the history
  2. added toMap() method

    guy120494 committed May 31, 2017
    Configuration menu
    Copy the full SHA
    f8c2f8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e76756d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4b1ef5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from guy120494/added-generics-to-StaticDataFetcher

    added generics to StaticDataFetcher
    guy120494 authored May 31, 2017
    Configuration menu
    Copy the full SHA
    1098f36 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. 1. renamed toMap to toSpecification

    2. Added javadoc
    guy120494 committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    506b5f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. 1. renamed toMap to toSpecification

    2. Added javadoc
    guy120494 committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    28048c5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	src/main/java/graphql/ExecutionResult.java
    #	src/main/java/graphql/ExecutionResultImpl.java
    #	src/main/java/graphql/execution/ExecutionStrategyParameters.java
    #	src/main/java/graphql/execution/instrumentation/parameters/InstrumentationDataFetchParameters.java
    #	src/main/java/graphql/execution/instrumentation/parameters/InstrumentationExecutionParameters.java
    #	src/main/java/graphql/execution/instrumentation/parameters/InstrumentationFieldFetchParameters.java
    #	src/main/java/graphql/execution/instrumentation/parameters/InstrumentationFieldParameters.java
    #	src/main/java/graphql/execution/instrumentation/parameters/InstrumentationValidationParameters.java
    guy120494 committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    2572d5d View commit details
    Browse the repository at this point in the history
Loading