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

Fix MSTGQLStore.subscribe() when a DocumentNode is passed as query #396

Merged
merged 3 commits into from
Feb 3, 2024

Commits on Jul 19, 2022

  1. chore: release 0.17.1

    * fix: use Pinst to disable Husky in published NPM package
    
    * fix: ensure we always publish to the correct repository
    
    * chore: bump version, update CHANGELOG.md
    
    * fix: ignore peer dependencies when running Syncpack
    
    * refactor: move format check step to only run on CI
    
    * refactor: always format w/ `pretty-quick` for consistency
    
    * refactor: run Syncpack directly instead of using `yarn dlx`
    
    * chore: de-duplicate yarn.lock
    
    * chore: update yarn.lock with weird changes from tests
    
    * refactor: move CRA test into dedicated/isolated directory
    
    * refactor: remove cra-test from root worktree
    
    * ci: temporarily disable CRA test until we can improve it
    jesse-savary authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    74dfa56 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Fix subscription when a DocumentNode is passed as query

    query.toString() doesn't work here, because graphql doesn't implement it
    to convert the DocumentNode to a graphql string representation. Instead,
    print(query) has to be used.
    Balazs E. Pataki committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    48f52fd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge branch 'development' into fix/subscribe-gql-tag

    # Conflicts:
    #	.gitignore
    #	CHANGELOG.md
    #	package.json
    #	tests/cra-test/test-cra.sh
    #	yarn.lock
    beepsoft committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d509376 View commit details
    Browse the repository at this point in the history