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: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @graphql-codegen/cli@1.19.3
Choose a base ref
...
head repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @graphql-codegen/cli@1.19.4
Choose a head ref
  • 20 commits
  • 39 files changed
  • 9 contributors

Commits on Sep 13, 2020

  1. Added to ignore recompile.sh

    tzachs committed Sep 13, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    axlon Choraimy Kroonstuiver
    Copy the full SHA
    2dfda91 View commit details
  2. Copy the full SHA
    6510aa8 View commit details
  3. Copy the full SHA
    9471a82 View commit details
  4. Fixed compilation in case there are enums (::new does not work on enu…

    …ms which are singelton classes)
    tzachs committed Sep 13, 2020
    Copy the full SHA
    c3098a8 View commit details
  5. Added setters

    tzachs committed Sep 13, 2020
    Copy the full SHA
    2076a8c View commit details

Commits on Sep 21, 2020

  1. visitor.ts - removed the CTOR in the enum as it's not needed and inte…

    …rferes with GSON reflection
    tzachs committed Sep 21, 2020
    Copy the full SHA
    a290a4c View commit details

Commits on Sep 30, 2020

  1. Copy the full SHA
    6bcef70 View commit details

Commits on Oct 24, 2020

  1. Copy the full SHA
    44db7de View commit details

Commits on Nov 12, 2020

  1. Copy the full SHA
    b15a14d View commit details
  2. Added changeset

    tzachs committed Nov 12, 2020
    Copy the full SHA
    6634ee1 View commit details

Commits on Nov 29, 2020

  1. Copy the full SHA
    567211a View commit details
  2. adds useImplementingTypes flag support (#5128)

    Co-authored-by: Mawe Sprenger <mawe.sprenger@denkweit.de>
    Co-authored-by: Dotan Simha <dotansimha@gmail.com>
    3 people authored Nov 29, 2020
    Copy the full SHA
    1d6a593 View commit details
  3. Improve 'dotenv' Integration documentation (#5121)

    Co-authored-by: Dotan Simha <dotansimha@gmail.com>
    shiferlior and dotansimha authored Nov 29, 2020
    Copy the full SHA
    5f13041 View commit details
  4. build(deps): bump @graphql-tools/json-file-loader from 6.2.5 to 6.2.6 (

    …#5119)
    
    Bumps [@graphql-tools/json-file-loader](https://github.com/ardatan/graphql-tools) from 6.2.5 to 6.2.6.
    - [Release notes](https://github.com/ardatan/graphql-tools/releases)
    - [Commits](https://github.com/ardatan/graphql-tools/compare/@graphql-tools/json-file-loader@6.2.5...@graphql-tools/json-file-loader@6.2.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2020
    Copy the full SHA
    4a72d1d View commit details
  5. added changeset

    dotansimha committed Nov 29, 2020
    Copy the full SHA
    cc3864b View commit details
  6. Copy the full SHA
    dfaca82 View commit details
  7. feat(typescript-resolvers): Added internalResolversPrefix flag to a…

    …llow modifications to `resolveType` and `isTypeOf` resolvers (#5066)
    
    Co-authored-by: Dotan Simha <dotansimha@gmail.com>
    cometkim and dotansimha authored Nov 29, 2020
    Copy the full SHA
    8356f8a View commit details
  8. update docs on cosmiconfig

    dotansimha committed Nov 29, 2020
    Copy the full SHA
    feaf472 View commit details
  9. Copy the full SHA
    920d8e9 View commit details
  10. Upcoming Release Changes (#5143)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 29, 2020
    Copy the full SHA
    9bbc48d View commit details
Loading