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

Webpack: support multiple query definitions per query file #122

Merged
merged 6 commits into from
Dec 6, 2017

Commits on Sep 8, 2017

  1. Configuration menu
    Copy the full SHA
    88e4643 View commit details
    Browse the repository at this point in the history
  2. Fix reference tracking for references between fragments, and add load…

    …er tests for the multi-query case
    jfaust committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    8bc95db View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Allow #import to work with files that have multiple queries/mutations…

    … in them.
    
    This is not really possible to test in the curren test framework, because it requires the load-time require()
    jfaust committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    9977e32 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Configuration menu
    Copy the full SHA
    4e81627 View commit details
    Browse the repository at this point in the history
  2. for .. of is also ES6

    jfaust committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    ee2fceb View commit details
    Browse the repository at this point in the history
  3. let -> var

    jfaust committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    9733bfe View commit details
    Browse the repository at this point in the history