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

BUG: Ensure building AST schema does not exclude @skip and @include #380

Merged
merged 1 commit into from
May 6, 2016

Commits on May 6, 2016

  1. BUG: Ensure building AST schema does not exclude @Skip and @include

    `buildASTSchema` used to not regard directives in 0.4.x, just always including only `@skip` and `@include`. Since 0.5.0 included the ability to use directives in the experimental schema language, existing use of this tool found no defined directives and therefore excluded these two built-ins.
    
    This fixes the issue by implicitly adding these built-in directives if they were not explicitly defined.
    leebyron committed May 6, 2016
    Configuration menu
    Copy the full SHA
    c49b13b View commit details
    Browse the repository at this point in the history