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/[email protected]
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/[email protected]
Choose a head ref
  • 6 commits
  • 31 files changed
  • 7 contributors

Commits on Feb 6, 2024

  1. Minor structure update (#9838)

    Missed one `#`
    lachieh authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4acf545 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. refactor: import and export statements in BaseResolversVisitor and ma… (

    #9845)
    
    * refactor: import and export statements in BaseResolversVisitor and mappers.ts
    
    * run prettier
    
    * Refactor mapper functions to use includes() instead of startsWith() and replace()
    
    * yarn changeset
    
    * feat: add test
    
    * Remove unused query.ts file
    
    * Add RoleStatus enum and import it in result.d.ts and schema.graphql
    productdevbook authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    53f270a View commit details
    Browse the repository at this point in the history
  2. Update plugin-structure.mdx (#9778)

    Seems there is now a nested "plugins:" key missing from that listed in the docs so added it in, was throwing errors without it
    PeteDuncanson authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2e43476 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60d26e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a40b3b View commit details
    Browse the repository at this point in the history
  5. chore(release): update monorepo packages versions (#9846)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    theguild-bot and github-actions[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8c40cdf View commit details
    Browse the repository at this point in the history
Loading