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

Also recreate astNode for fields #580

Merged
merged 7 commits into from
Jan 23, 2018
Merged

Also recreate astNode for fields #580

merged 7 commits into from
Jan 23, 2018

Commits on Jan 12, 2018

  1. Also recreate astNode for fields

    In a [previous commit](ardatan@fd9f626) we added the `astNode` property in the `reacreateCompositeType` function. That resulted in cache control working with schema stitching but only for GraphQL Types. By recreating the `astNode` prop also in `fieldToFieldConfig` cache control also works for fields. This is required for caching fields and hence queries.
    BassT authored Jan 12, 2018
    Configuration menu
    Copy the full SHA
    c761bfa View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    BassT authored Jan 12, 2018
    Configuration menu
    Copy the full SHA
    5e96211 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    55de9c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    134b1b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e518b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15ce4d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c6190e View commit details
    Browse the repository at this point in the history