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

Validate Input Objects do not contain non-nullable circu… #1352

Closed
wants to merge 2 commits into from
Closed

Validate Input Objects do not contain non-nullable circu… #1352

wants to merge 2 commits into from

Commits on May 16, 2018

  1. Add tests to validate Input Objects do not contain non-nullable circu…

    …lar references
    
    The first two to tests are there to avoid false positives when checking for circular references.
    
    Tests 3 and 4 are failing right now but show what should happen.
    
    graphql/graphql-spec#445 contains the proposed additions to the spec.
    spawnia committed May 16, 2018
    Configuration menu
    Copy the full SHA
    502cb54 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Move tests for unbroken circular references to validation into sepera…

    …te file
    
    Todo: Actually implement the validation rule, possibly add some more tests
    spawnia committed May 17, 2018
    Configuration menu
    Copy the full SHA
    ce6765f View commit details
    Browse the repository at this point in the history