-
-
Notifications
You must be signed in to change notification settings - Fork 2
Add tests for non-null operators #64
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
Conversation
…l-tests Corrected non-null test
…slabs-beta/GraphQL-Gate into sh/non-null-tests
| }, | ||
| }, | ||
| episode: { | ||
| weight: 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one shouldn't have an episode property. It's not in the type definitions.
evanmcneely
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small changes to the typeWeights tests otherwise makes sense
evanmcneely
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok good to go!
Summary
Updates type complexity, type weights, and weight function test suites to account for cases where a non-null operator is used in the schema as specified by #48.
Type of Change
Issues
Evidence