Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: added support for automatic type inference with typed-document-node #6720

Merged
merged 7 commits into from
Aug 4, 2020
Merged

feature: added support for automatic type inference with typed-document-node #6720

merged 7 commits into from
Aug 4, 2020

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    7112d03 View commit details
    Browse the repository at this point in the history
  2. update typed-document-node to 1.0.0

    dotansimha authored and benjamn committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    36dc45b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9614c65 View commit details
    Browse the repository at this point in the history
  4. update lockfile

    dotansimha authored and benjamn committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c550dc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af18c78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e0c725 View commit details
    Browse the repository at this point in the history
  7. Move @graphql-typed-document-node/core back to dependencies.

    When I `npm pack`ed @apollo/client and `npm install`ed it into a test
    application, I found it simpler if @apollo/client depended directly on
    @graphql-typed-document-node/core, so that I didn't have to install that
    package explicitly in the test application.
    
    We already get complaints from folks who don't realize they need to
    install the graphql package (a peer dependency of @apollo/client), so I
    can easily imagine how much confusion would be caused by needing to
    explicitly install graphql-typed-document-node/core, too.
    
    @dotansimha Enjoy that boost in download counts!
    benjamn committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    02528dd View commit details
    Browse the repository at this point in the history