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

introduce pruneSchema function, PruneSchema transform, and pruneSchema options for makeExecutableSchema and stitchSchemas #1632

Merged
merged 5 commits into from Jun 11, 2020

Commits on Jun 11, 2020

  1. introduce pruneSchema

    yaacovCR committed Jun 11, 2020
    Copy the full SHA
    57e65ab View commit details
    Browse the repository at this point in the history
  2. add PruneSchemaOptions

    yaacovCR committed Jun 11, 2020
    Copy the full SHA
    9b8fa7d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0f28e62 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9fef473 View commit details
    Browse the repository at this point in the history
  5. add comments for v7

    consider removing minimal level of pruning built into healSchema and mapSchema in the next major version, as built in pruning makes it impossible to build unpruned schemas, which may be of use to some library users
    yaacovCR committed Jun 11, 2020
    Copy the full SHA
    4d7774b View commit details
    Browse the repository at this point in the history