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/visitor-plugin-common@5.2.0
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/visitor-plugin-common@5.3.0
Choose a head ref
  • 12 commits
  • 74 files changed
  • 11 contributors

Commits on Jun 4, 2024

  1. Simple grammar fix (#9924)

    alexownejazayeri authored Jun 4, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c720b1b View commit details

Commits on Jun 6, 2024

  1. docs: vanilla typescript guide (#9990)

    n1ru4l authored Jun 6, 2024
    Copy the full SHA
    32e0507 View commit details

Commits on Jun 8, 2024

  1. docs: add "Created by The Guild" logo to the readme (#9992)

    * add the guild README.md badge
    
    * cleanup
    capaj authored Jun 8, 2024
    Copy the full SHA
    39e6e80 View commit details

Commits on Jun 13, 2024

  1. feat(client-preset): preserving Array<T> or ReadonlyArray<T> in useFr…

    …agment() data (#9804)
    
    * Preserving Array<T> or ReadonlyArray<T>
    
    * adding changeset
    
    * Fixing Property 'join' does not exist on type 'string' error
    
    * update fixtures
    
    * changeset formatting
    
    ---------
    
    Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
    rachel-church and n1ru4l authored Jun 13, 2024
    Copy the full SHA
    5e594ef View commit details
  2. feat(client-preset): persisted document custom hash function (#9996)

    * Custom hash function
    
    * Moving hash function to existing hashAlgorithm field
    
    * Docs for hash algorithm function + test to match example in docs
    
    * [preset/client] Adding changeset for custom hash function
    
    * Added configuration example to changeset
    nathan-ahn authored Jun 13, 2024
    Copy the full SHA
    99f449c View commit details
  3. feat: support discriminating null and undefined within useFragment (#…

    …10001)
    
    * feat: support discriminating null and undefined within useFragment
    
    * fix: changeset
    n1ru4l authored Jun 13, 2024
    Copy the full SHA
    1be6e65 View commit details
  4. feat(plugin/add): export config type (#9987)

    * feat(plugin/add): export config
    
    * Add changeset for @graphql-codegen/add
    
    * update changeset
    
    * Update polite-dancers-warn.md
    
    ---------
    
    Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
    taro-28 and n1ru4l authored Jun 13, 2024
    Copy the full SHA
    5501c62 View commit details
  5. Upcoming Release Changes (#10000)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    theguild-bot and github-actions[bot] authored Jun 13, 2024
    Copy the full SHA
    cac19e5 View commit details

Commits on Jun 17, 2024

  1. Add generated resolversMap to typescript-resolvers plugin meta (#10007)

    * Add generated resolversMap to ts-resolvers plugin meta
    
    * Add changeset
    eddeee888 authored Jun 17, 2024
    Copy the full SHA
    808ada5 View commit details

Commits on Jun 18, 2024

  1. Split ts-resolvers test into smaller chunks to make it easier to targ…

    …et (#10011)
    eddeee888 authored Jun 18, 2024
    Copy the full SHA
    9af9ce2 View commit details

Commits on Jun 24, 2024

  1. Only compute ClientSideBaseVisitor's fragmentsGraph once, at inst…

    …antiation time (#10019)
    
    * feat: Pre-compute ClientSideBaseVisitor's fragmentsGraph
    
    * chore: changeset
    
    * Update .changeset/rotten-eels-eat.md
    
    ---------
    
    Co-authored-by: Victor Magalhães <vhfmag@users.noreply.github.com>
    Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
    3 people authored Jun 24, 2024
    Copy the full SHA
    14ce39e View commit details

Commits on Jun 28, 2024

  1. Upcoming Release Changes (#10010)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    theguild-bot and github-actions[bot] authored Jun 28, 2024
    Copy the full SHA
    61b6a94 View commit details
Loading